scittle

Benjamin 2022-09-25T10:09:35.880409Z

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?

borkdude 2022-09-25T10:12:47.065999Z

using scittle.core.eval_string

borkdude 2022-09-25T10:13:24.765999Z

or load-string from within a scittle script

borkdude 2022-09-25T10:23:16.214549Z

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

Benjamin 2022-09-25T11:30:57.183319Z

bellissimo