Fork me on GitHub
#lumo
<
2017-02-10
>
Jon06:02:59

I saw interesting difference when I was migrating my code generator from Boot to Lumo...

Jon06:02:27

the order just reversed.

Jon06:02:01

It's okay for HashMaps anyway, but just very curious why it's reversed on JVM side..

npeckman23:02:33

hey @anmonteiro I'm trying to finish that classpath PR i started a while ago (sorry about that, got busy with school) and had a quick question. What is the best way to use one of the JS dependencies from a .cljs file? Specifically trying to use jszip

anmonteiro23:02:12

@npeckman I've been thinking about that too

anmonteiro23:02:36

as we iterate on Lumo, I'm starting to hate the fact that we have to many global variables

anmonteiro23:02:01

I think we should just have a LUMO_GLOBALS thing with all the stuff inside

anmonteiro23:02:27

but to your question, the solution would be to add JSZip to one of those vars, i.e. require it in JS and add it in js/lumo/cljs.js

npeckman23:02:58

ah gotcha, thanks!