darius / teeny

A Scheme subset with reflective access to Java. A relic of the 90s.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a preliminary release of a small Scheme subset interpreter with
access to the Java API through Java's reflection mechanisms.  A later
release will work better and have actual documentation.

All code is Copyright 1998 by Darius Bacon, Luke Gorrie, and Trannie
Carter, and is distributed under the GNU Library General Public
License; see the file COPYING.LIB.

Send questions and bug reports to Darius Bacon <djello@well.com>.


A sample session:

	$ java teeny.Interpreter teeny/library.scm -
	teeny> (+ 2 3)
	5
	teeny> 

The - stands for standard input.  Enter EOF or (exit 0) to quit.

About

A Scheme subset with reflective access to Java. A relic of the 90s.

License:Other


Languages

Language:C++ 72.0%Language:Java 15.7%Language:Scheme 12.3%