lumo

:lumo: Standalone ClojureScript environment. Currently at version 1.9.0
priornix 2018-09-02T06:58:25.000100Z

Hi a quick question, is lumo compatible with only certain cljs libraries? https://github.com/anmonteiro/lumo/wiki/Compatible-libraries

richiardiandrea 2018-09-02T16:01:08.000100Z

Yes, I have started a quest to port some, but only got to the ones I was using. Porting is not that hard but definitely requires either to know your CLJS macros or use macrovich

mfikes 2018-09-02T11:03:58.000100Z

@priornix Lumo is based on self-hosted ClojureScript, so it will work with any library that works with self-hosted ClojureScript. See the second paragraph here for more detail on the subject: http://planck-repl.org/dependencies.html