Hacker News new | ask | show | jobs
by t1amat 3433 days ago
Lumo[1] probably fits your use case perfectly. It's a ClojureScript REPL running in a NodeJS context. You have access to both bootstrap-ClojureScript-compatible libs as well as the whole NodeJS ecosystem. The REPL has some nice ergonomic features and comes with a TCP socket REPL you can use with Emacs inf-clojure and (I hear) Cursive.

[1]: https://github.com/anmonteiro/lumo

1 comments

Interesting, I'll check it out! Thanks for the tip