I'm trying to make a website that prints the scittle script it is running, then you can modify the text and I want to evaluate the code. How do I eval text?
using scittle.core.eval_string
or load-string from within a scittle script
Here is a project based on scittle which is doing this: https://github.com/NickCellino/clj-browser-eval
bellissimo