lumo

:lumo: Standalone ClojureScript environment. Currently at version 1.9.0
fabrao 2018-01-21T15:24:01.000036Z

anyone that used lumo with windows printer?

mfikes 2018-01-21T17:07:36.000085Z

@cjsauer If you have ClojureScript code that you’d like accessible from JavaScript, consider ^:export

mfikes 2018-01-21T17:08:41.000073Z

More info on ^:export here: https://clojurescript.org/reference/advanced-compilation#access-from-javascript

mfikes 2018-01-21T17:10:30.000047Z

(This is orthogonal to an attempt to package things up as a JavaScript module, but is necessary if your ClojureScript is optimized via :advanced)