I want a simple editor on the browser where I can type in some cljs code for scittle to evaluate and show, a small repl really. What would people recommend? Codemirror? Seems too fancy. Something real simple with basic syntax highlighting is a good start
I believe this uses codemirror 5: https://jurjanpaul.github.io/ape-cljs-playground/ This is with codemirror 6: https://babashka.org/scittle/codemirror.html
This is another project without scittle, but built on SCI: https://github.com/borkdude/cljs-showcase
I did https://github.com/replete-repl/replete-web with codemirror. That used a self-hosted REPL but would be straightforward to get it working with scittle
Thanks a lot!