8000 GitHub - darius/teeny: A Scheme subset with reflective access to Java. A relic of the 90s.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ teeny Public

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

License

Notifications You must be signed in to change notification settings

darius/teeny

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0