lumo

:lumo: Standalone ClojureScript environment. Currently at version 1.9.0
mfikes 2018-03-14T16:47:59.000522Z

@anmonteiro @richiardiandrea If https://dev.clojure.org/jira/browse/CLJS-2660 is ultumately accepted, self-hosted would have first-class eval Here is what I did to Planck’s codebase to test with the patch in that ticket (deleting lots of code that would become unnecessary) https://github.com/mfikes/planck/commit/22f4a5f55b35b2a182cc3bd13de328bc659460b7

🦜 1
anmonteiro 2018-03-14T16:49:47.000005Z

that’s pretty awesome

anmonteiro 2018-03-14T16:49:53.000379Z

thanks for the heads up

mfikes 2018-03-14T17:13:23.000320Z

It has been nicely brewing for a couple of years (http://blog.fikesfarm.com/posts/2016-01-22-clojurescript-eval.html), so perhaps it is time for it to go into ClojureScript proper 🙂

yogthos 2018-03-14T18:47:12.000078Z

now that Clojure deps is a thing, would it make sense for Lumo to support that in some way?

yogthos 2018-03-14T18:47:53.000254Z

currently I'm using package.json to manage NPM modules, but I haven't found a good approach for managing ClojureScript dependencies

yogthos 2018-03-14T18:49:00.000061Z

I also saw this discussion on GitHub https://github.com/anmonteiro/lumo/issues/328 and having a Lumo specific config that could handle both NPM and clj deps would be pretty nice

👍 1