From a9d6c221d7686e3055593359b02125a3f20ab3e5 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Sat, 20 Jan 2024 02:38:26 -0800 Subject: add map, filter might work? --- stemlib/repl.stem | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 stemlib/repl.stem (limited to 'stemlib/repl.stem') diff --git a/stemlib/repl.stem b/stemlib/repl.stem new file mode 100644 index 0000000..0131c18 --- /dev/null +++ b/stemlib/repl.stem @@ -0,0 +1,6 @@ +"./stdlib.stem" fread strquote eval +"./math.stem" include + +# You can make your own REPL by changing the code! + +repl [ "> " . read strquote eval repl ] func repl -- cgit