scittle 2023-05-30

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

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

2

Thanks a lot!