We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 405d3cd commit 36d4083Copy full SHA for 36d4083
repl.html
@@ -26,8 +26,9 @@
26
<div>
27
<p>See <a href="https://scrapscript.org/">scrapscript.org</a> for a slightly
28
out of date language reference.</p>
29
-<p>This REPL sends programs to a server to be evaluated, but the server is
30
-completely stateless. All persistence is in the browser.</p>
+<p>This REPL is completely client-side and works by running
+<a href="https://github.com/tekknolagi/scrapscript">scrapscript.py</a> in the
31
+browser using <a href="https://pyodide.org/">Pyodide</a>.</p>
32
</div>
33
34
<!-- TODO(max): Add button to save to/load from disk. -->
0 commit comments