java

2017-06-29T19:35:30.893882Z

silly question: how do i represent the “String…” java class or interface in clojure?

2017-06-29T19:36:35.917193Z

someMethod(int my-integer, String... topics) what is Strings... ?