Fork me on GitHub
#lumo
<
2017-08-08
>
chunsj07:08:03

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

chunsj07:08:08

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

chunsj13:08:50

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

richiardiandrea14:08:05

@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...

chunsj23:08:32

@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) :)

chunsj23:08:23

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

rberger23:08:18

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