R5RS


Shoe - a Scheme driver

Shoe is a Scheme driver written by Fredrik Noring. It aims towards compliance. Many features are implemented, as well as a few extensions.

How can I get it? Shoe can be fetched in two basic ways: Shoe has been successfully compiled on the following operating systems: AIX 4.2, Digital Unix 4.0, Freebsd 3.2, HPUX 10.20, Irix 6.3, Linux Debian, Linux Redhat 6.0 and Solaris 2.5.1/2.6/7.

Shoe is distributed under the GNU General Public License.

What is Scheme? Scheme is a statically scoped and properly tail-recursive dialect of the Lisp programming language. It was designed to have an exceptionally clear and simple semantics. A wide variety of programming paradigms, including imperative, functional, and message passing styles, find convenient expression in Scheme. What is ? is the ``Revised5 Report on the Algorithmic Language Scheme'' which describes the Scheme language. How does it compare to Shoe? Shoe implements a large portion of . There are also a few additions:

Some parts of will probably not be implemented:

Other technical details