scrapscript
scrapscript copied to clipboard
Add tail calls to the interpreter
This means we can evaluate bigger factorials (for example) without blowing the Python call stack.
This PR becomes much clearer if you view files and click the gear and click "hide whitespace"
This PR becomes much clearer if you view files and click the gear and click "hide whitespace"
This is an unreal pro tip
This PR becomes much clearer if you view files and click the gear and click "hide whitespace"
This is an unreal pro tip
Also, git diff -w
I want to work on the API for this a little more. It feels fragile.
Going to try and bring this back from the dead. Seems quite useful and I think this is a fine API