An implementation of very small subset of Scheme written in golang. Tama runs on a lua-like register-based VM. I wrote this for my experirment.
Currently, define, lambda, begin, set!, quote, if and call/cc work (limitations exist).
- go >= 1.11