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? --- examples/repl.stem | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 examples/repl.stem (limited to 'examples/repl.stem') diff --git a/examples/repl.stem b/examples/repl.stem deleted file mode 100644 index 6ed6795..0000000 --- a/examples/repl.stem +++ /dev/null @@ -1,6 +0,0 @@ -"./stdlib.stem" fread strquote eval -"./math.stem" include - -"You can make your own REPL by changing the code!" dsc - -repl [ "> " . read strquote eval repl ] func repl -- cgit