Fork me on GitHub
#scittle
<
2022-09-25
>
Benjamin10:09:35

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?

borkdude10:09:47

using scittle.core.eval_string

borkdude10:09:24

or load-string from within a scittle script

borkdude10:09:16

Here is a project based on scittle which is doing this: https://github.com/NickCellino/clj-browser-eval