This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-06-18
Channels
- # aws (21)
- # babashka (32)
- # babashka-sci-dev (3)
- # beginners (17)
- # biff (1)
- # calva (8)
- # clj-kondo (1)
- # cljfx (8)
- # cljs-dev (3)
- # clojure (13)
- # clojure-belgium (1)
- # clojure-europe (16)
- # clojure-losangeles (2)
- # clojure-norway (6)
- # clojurescript (11)
- # conjure (1)
- # data-science (1)
- # fulcro (2)
- # gratitude (5)
- # helix (1)
- # joyride (3)
- # malli (14)
- # nbb (4)
- # off-topic (11)
- # other-languages (10)
- # polylith (4)
- # re-frame (2)
- # sci (3)
- # shadow-cljs (20)
- # spacemacs (3)
- # tools-deps (1)
- # vim (4)
How can I convert Clojure code to a JS string from inside Clojure? Is possible to use the cljs
namespace from Clojure?
https://github.com/arohner/scriptjure/ not completely what you want but this library might be good enough
You can call the clojurescript compiler as a library, it's possible to pass it just a form to compile. Not entirely trivial though.
I am seeing OpenJDK non-chalantly using version numbers like 1.7
and 1.8
and the official site says 11
, 12
, 13
etc. Can someone give me a rosetta stone between these two as a Java noobie?
Heroku deployment has a setting for the clojure buildpack, system.properties
as a file has an entry: java.runtime.version=1.8
So if I want Java 11, I'm trying to figure out if I'd be expected to say java.runtime.version=1.11
no, I think thats just 11 too. yeah https://devcenter.heroku.com/articles/java-support#supported-java-versions
