This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-08-24
Channels
- # architecture (4)
- # aws (1)
- # beginners (76)
- # boot (172)
- # cider (17)
- # cljs-dev (10)
- # cljs-experience (24)
- # cljsrn (45)
- # clojure (129)
- # clojure-berlin (1)
- # clojure-finland (1)
- # clojure-italy (8)
- # clojure-seattle-old (1)
- # clojure-sg (1)
- # clojure-spec (31)
- # clojure-uk (28)
- # clojurescript (88)
- # cursive (11)
- # data-science (1)
- # datomic (44)
- # fulcro (48)
- # hoplon (5)
- # jobs (3)
- # jobs-discuss (1)
- # leiningen (6)
- # luminus (42)
- # lumo (17)
- # off-topic (9)
- # om (29)
- # onyx (15)
- # pedestal (7)
- # protorepl (20)
- # re-frame (24)
- # reagent (46)
- # ring-swagger (2)
- # specter (2)
- # sql (3)
- # uncomplicate (58)
- # unrepl (29)
- # yada (5)
Sorry for cross-posting, but lumo
compilation has been added to 😄 https://github.com/nervous-systems/serverless-cljs-plugin/tree/wip/lumo
Thanks @stbgz. Thats interesting.
@richiardiandrea, i’m going to dig into this idea. I think by building off boot we can fill needed gab in the clojure community for fast command line tools. My long term goal is to make clojure more ops friendly.
Cool! Please share the progress and ask for help 😄 The only obstacle is maven dep resolution, that @stbgz solved with a custom JS tool, huckleberry
(included in calvin
. That is the only thing that is Java only at the moment, that I know of...
We were thinking of running GWT on Aether here, but nobody has got time for trying yet
@richiardiandrea I’ll start doing research and seeing if i can pull together notes from different places and people. > GWT on Aether Translation for the uninitiated?
@drewverlee GWT converts Java code to JS...aether is the dependency resolver for maven
there are other means of converting Java to JS though, even just the byte code...so one could take the aether
artifact from .m2
, unpack it and run that
this is another transpiler: http://www.jsweet.org/
@richiardiandrea I spoke to alex miller at Euroclojure about this. He doesn't think Maven's classpath ordering is particularly complex inherently, just wrapped up in much indirection.
uhm, well good, so in that case huckleberry
(which is a rewrite for ClojureScript) can be a good options, it just needs validation against big dependency graphs
well, that's still JVM
ah so no aether
calls? that is good then