A Scheme Programming Language implementation for the Multiple project.
This project is an implementation of R5RS (Revised^5 Report on Algorithmic Language Scheme) which can be found at: http:/www.schemers.org/Documents/Standards/R5RS/
the following features should works:
- Most standard forms ;
- Library facilities;
- Built-in Scheme Object System;
the following features should NOT works:
- Quoting related forms;
- Macro and syntax extension related things;
- Big number supporting;
- Proper tail recursion optimization;
- Some standard procedures; ...
This project is a free software and released under the terms of the GNU Public License version 3.