commit 522ceef
jack
·
2026-06-23 22:56:46 +0000 UTC
parent 88910e0
added readme
1 files changed,
+7,
-0
+7,
-0
1@@ -0,0 +1,7 @@
2+Potoo!
3+
4+Potoo is a language heavily inspired by forsp by xorvoid (https://xorvoid.com/forsp.html)
5+
6+It's designed to be the simplest possible functional core I could make for use on personal projects. It is also very unstable and in its infancy at the moment.
7+
8+The language is based on the idea of swapping out the evaluation model based on a program stack. Evaluation consists of popping the top of the program and either pushing it to a global stack or switching to it as the new evaluation model if it is a function.