lumo

:lumo: Standalone ClojureScript environment. Currently at version 1.9.0
2017-09-24T10:49:10.000023Z

Hello! Is there a recommended or common way to consume cljs dependencies in a lumo script? (I see I can download deps and construct my own classpath, but I’m hoping for something a little less manual)

dominicm 2017-09-24T10:58:20.000012Z

Not yet

2017-09-24T16:52:10.000102Z

Good to know I’m not missing something obvious then. I sort of feel like the opposite of cljsjs might be handy - ie. package cljs libraries as node packages - but I’m speaking from a position of relative ignorance here.

richiardiandrea 2017-09-24T17:04:08.000079Z

@peterwestmacott that is possible and indeed some basic and untested support has landed https://github.com/anmonteiro/lumo/commit/3cddd1daf08615a4fd5f2fcfdde962cdbd4fb708

richiardiandrea 2017-09-24T17:04:25.000063Z

we now just need to package the deps and deploy on npm

2017-09-24T17:05:10.000016Z

so if I can work out how to package and deploy cljs libs onto npm then I’m good to go?

richiardiandrea 2017-09-24T17:07:38.000122Z

yeah, well that would be the streamlined way, it still possible to pass already resolved dependencies to lumo via -D

👍 1