Hi all,
The web repl now works by bundling scrapscript.py with Pyodide. It no longer sends programs to a server to be evaluated. This also means it can handle more kinds of closures since they don’t need to be serialized over the wire!
Enjoy.
Max
Hi all,
The web repl now works by bundling scrapscript.py with Pyodide. It no longer sends programs to a server to be evaluated. This also means it can handle more kinds of closures since they don’t need to be serialized over the wire!
Enjoy.
Max
There’s also now Scrapscript Web REPL to see how Scrapscript gets compiled to C