@anmonteiro no, there isn't. Just curious. :-)
I'm trying lumo for scripting and clojurescript based web application.
Can I use https://github.com/MastodonC/kixi.stats in lumo? Specifically, without using JVM based tools?
@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...
@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) :)
@richiardiandrea if kixi.stats does not run on plain clojurescript, then I have to find another library example of course.
I see there is support with inf-clojure. Any documentation on having an Emacs Cider like experience with lumo scripts and inf-clojure?