Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 400 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 400 Bytes

PyScheme Build Status

Yet another scheme implementation in Python. This one is very minimalistic and used for education only.

Features

  • Lazy-evaluation
  • Tail-call optimization
  • Very minimalistic: (almost) everything that can be built with procedures and macros is out.