lumo

:lumo: Standalone ClojureScript environment. Currently at version 1.9.0
michaelwfogleman 2017-08-23T12:20:50.000025Z

@anmonteiro: Do you know who packages lumo for Arch? "marcs"?

richiardiandrea 2017-08-23T14:39:53.000276Z

@anmonteiro is :optimizations :simple support by lumo.build.api?

anmonteiro 2017-08-23T16:06:34.000089Z

@richiardiandrea should be

anmonteiro 2017-08-23T16:06:42.000421Z

@michaelwfogleman no idea. Why?

anmonteiro 2017-08-23T16:07:01.000483Z

I also saw that what's really being packaged is the NPM installation

anmonteiro 2017-08-23T16:07:16.000196Z

The actual binary would be better

anmonteiro 2017-08-23T16:08:13.000132Z

@richiardiandrea I appreciate you kicking the tires of cljs compilation in Lumo but what's there is a very early stage prototype that has definitely a lot of bugs

richiardiandrea 2017-08-23T16:10:08.000606Z

@anmonteiro I am able to compile very simple lambdas with :none for now, :simple does not seem possible, I will open issues and try to have a look as I move forward

michaelwfogleman 2017-08-23T16:22:09.000454Z

@anmonteiro Got it. I was just curious because when a 1.7.1 is cut I will want to get my hands on it. And also because I'm curious about how packaging is done so I wanted to see if I could help. 🙂

anmonteiro 2017-08-23T16:25:09.000550Z

Would definitely appreciate help with packaging Lumo for different pkg managers

anmonteiro 2017-08-23T16:25:22.000303Z

That's also something that can be PRed to the Lumo repo

2017-08-23T19:04:38.000414Z

Has anyone considered making it possible to run boot from lumo? I see this project which might be doing just that https://github.com/gfZeng/cljs-boot. I assume that if boot was mainly cljc then it could easily compile to … node and run on lumo (i might be a bit confused on the transformation steps there). From their, the big difference between lumo Boot (node) and clj boot (java) would be the pre-built tasks you could invoke.

richiardiandrea 2017-08-23T21:07:55.000204Z

@drewverlee I proposed a port for the Google Summer Of Code this year but it did not get through this year

richiardiandrea 2017-08-23T21:08:02.000485Z

The idea is super good

2017-08-23T21:11:58.000186Z

@richiardiandrea oh really? Can i see the proposal? I’m not sure what i have in mind makes sense, is useful, necessary, etc… I’m in the early stages of brainstorming the itch that i feel needs scratching.

richiardiandrea 2017-08-23T21:13:39.000024Z

Sure let me find it. A task oriented lumo exists as well...the name is mach by juxt folks. Give me two minutes

richiardiandrea 2017-08-23T21:18:17.000021Z

@drewverlee the idea is "boot-clj on Node.js" tomorrow I can try to send you the application, on my mobile now: http://clojure-gsoc.org//project-ideas/

stbgz 2017-08-23T22:11:36.000222Z

@drewverlee not boot perse but the calvin tool has some of the lein fuctionality working

stbgz 2017-08-23T22:12:13.000029Z

https://github.com/eginez/calvin