Skip to content
/ tama Public

An implementation of small subset of Scheme in Golang

License

Notifications You must be signed in to change notification settings

hana-day/tama

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tama

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).

Build requirements

  • go >= 1.11

About

An implementation of small subset of Scheme in Golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages