main readme.txt
1Potoo!
2
3Potoo is a language heavily inspired by forsp by xorvoid (https://xorvoid.com/forsp.html)
4
5It'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.
6
7The 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.