lumo

:lumo: Standalone ClojureScript environment. Currently at version 1.9.0
erwinrooijakkers 2018-01-03T14:24:44.000370Z

Did someone get Lumo to work on Raspberry Pi?

souenzzo 2018-01-03T14:30:10.000013Z

@erwinrooijakkers On my last attempt there was a bug with ARM (~6months)

erwinrooijakkers 2018-01-03T14:40:25.000145Z

Okay thanks

mfikes 2018-01-03T18:18:59.000592Z

@erwinrooijakkers FWIW, if you want a self-hosted environment on the Raspberry Pi, but don’t really need the Node/V8 stuff that Lumo provides, Planck evidently runs there.

anmonteiro 2018-01-03T18:20:47.000012Z

it does?!

anmonteiro 2018-01-03T18:21:00.000424Z

I didn’t know Planck ran on ARM

mfikes 2018-01-03T18:21:48.000488Z

Oh that’s interesting. I suppose it just happens to be portable enough to properly compile there and, all the needed libs are available.

anmonteiro 2018-01-03T18:22:17.000638Z

great work

erwinrooijakkers 2018-01-03T19:09:31.000688Z

@mfikes thanks. Since I want to use an npm library Planck is not suited.

mfikes 2018-01-03T19:12:18.000099Z

@erwinrooijakkers Yep. By the way I'm considering adding npm support to Planck, but that would really only work in the case that the libraries used don't themselves depend on being executed in Node.

erwinrooijakkers 2018-01-03T19:14:08.000636Z

I love Planck by the way. I set alias p='planck' so that I can quickly calculate stuff in Bash by pressing p. 🙂

erwinrooijakkers 2018-01-03T19:14:17.000340Z

Blazingly fast startup

erwinrooijakkers 2018-01-03T19:14:26.000211Z

And colored terminal

erwinrooijakkers 2018-01-03T19:14:32.000463Z

Important to me

erwinrooijakkers 2018-01-03T19:16:03.000404Z

Hmm what would be the use case for that?

erwinrooijakkers 2018-01-03T19:18:04.000729Z

Answer: being able to use the npm libraries that do not depend on node.

erwinrooijakkers 2018-01-03T19:18:37.000297Z

But lots of useful libraries do depend on it, or not?

erwinrooijakkers 2018-01-03T19:19:06.000335Z

So it might cause confusion, not sure if it’s worth it

mfikes 2018-01-03T19:23:33.000512Z

Yeah, I have not real feel for this. It would only be useful if you liked to use npm deps, found some that are "plain" libraries that can be used in browsers or other non-Node environments and just waned to make use of it from Planck. It is questionable whether it would be all that useful.