Fork me on GitHub
#scittle
<
2023-05-30
>
craftybones05:05:12

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

borkdude07:05:01

This is another project without scittle, but built on SCI: https://github.com/borkdude/cljs-showcase

ray07:05:59

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

metal 4
craftybones17:05:14

Thanks a lot!