lumo

:lumo: Standalone ClojureScript environment. Currently at version 1.9.0
2017-08-08T07:09:03.527609Z

@anmonteiro no, there isn't. Just curious. :-)

2017-08-08T07:10:08.546199Z

I'm trying lumo for scripting and clojurescript based web application.

2017-08-08T13:13:50.416140Z

Can I use https://github.com/MastodonC/kixi.stats in lumo? Specifically, without using JVM based tools?

richiardiandrea 2017-08-08T14:57:05.306155Z

@chunsj I have had a look and it does not seem incompatible at first glance, I guess you can try. Macros usually require some work to convert from JVM cljs to lumo.. but I don't see any here...

2017-08-08T23:02:32.737691Z

@richiardiandrea thank you. What I'd like to know is how can I make my project without using boot or lein like java tools. With boot or lein, I know how to do but I'd like to avoid using them. (Curiosity's sake and efficiency's sake) :)

2017-08-08T23:04:23.772709Z

@richiardiandrea if kixi.stats does not run on plain clojurescript, then I have to find another library example of course.

rberger 2017-08-08T23:10:18.882819Z

I see there is support with inf-clojure. Any documentation on having an Emacs Cider like experience with lumo scripts and inf-clojure?