clojure

New to Clojure? Try the #beginners channel. Official docs: https://clojure.org/ Searchable message archives: https://clojurians-log.clojureverse.org/
West 2021-02-06T04:52:31.268200Z

ghosttoaster 2021-02-06T07:55:11.272Z

Is it possible to pass :jvm-opts with spaces in them?

p-himik 2021-02-06T08:20:32.272200Z

Maybe single quotes within double quotes? How do you pass them in CLI?

alexmiller 2021-02-06T14:04:40.273100Z

Use , instead of space

alexmiller 2021-02-06T14:05:32.274300Z

Commas are white space to Clojure but don’t run into bash word splitting