summaryrefslogtreecommitdiff
path: root/tests/programs.py
Commit message (Collapse)AuthorAge
* Big-ass coding binge presents: a Lisp.Owen Jacobson2017-11-13
This implements a continuation-passing interpreter, which means we get tail calls ferfree. I stopped short of implementing call/cc, because I don't think we need it, but we can get there if we have to.