-
Notifications
You must be signed in to change notification settings - Fork 0
A Scheme subset with reflective access to Java. A relic of the 90s.
License
darius/teeny
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published