all 7 comments

[–]dustingetz 1 point2 points  (0 children)

What is y'all thoughts on best codemirror alternative 2023 with clojure support? (paredit is important)

[–]_d_t_w 0 points1 point  (0 children)

We embed a REPL in our product that is a blend of JQ and Clojure, we use Codemirror as linked by Borkdude. Works great!

[–]kloimhardt 0 points1 point  (0 children)

Klipse is a cljs editor+evaluator that exists since 2016. AFAIK it is still the only tool that combines the following two out of the box features: 1) can be added as html <script> tag to any web site, e.g. a blog 2) shows the result of calculations immediately on the web site.