commit 91da6e8c90dc09b32e347ac9bb7916199bea32e9 (patch) Author: Alex Karle <alex@alexkarle.com> Date: Sat, 1 Oct 2022 17:56:07 -0400 Initial commit Diffstat:
A | README.md | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -0,0 +1,10 @@ +# fisl + +fisl is scheme lox + +A port of Lox from [Crafting Interpreters](https://craftinginterpreters.com) +to Chicken Scheme, mostly for the learnings. + +Pronounced like "fizzle". + +Go get a seltzer and enjoy!