Subject: Re: advice on small embeddable scheme
From: rpw3@rigden.engr.sgi.com (Rob Warnock)
Date: 2000/08/08
Newsgroups: comp.lang.scheme
Message-ID: <8mns1l$e1dg6$1@fido.engr.sgi.com>
felix <felix@anu.ie> wrote:
+---------------
| Actually a very interesting problem: How small can a Scheme-
| implementation become?
+---------------

See <URL:http://www.lispme.de/lispme> for "LispMe", a Scheme that
runs in a Palm Pilot!! From the announcement for version 2.7:

	Features included:
	* Full-conforming Scheme semantics (static scoping, first-class
	  closures,tail recursion, continuations ...)
	* mark/sweep garbage collection
	* integrated compiler
	* symbols, small integers, lists, booleans, chars, strings, ports,
	  vectors
	* full 8 byte double precision IEEE floating point operations
	  including transcendental functions
	* complex numbers
	* delayed expressions
	* quasiquote, macros and eval
	* online help and statistics
	* graphics and fulluser interface support


-Rob

-----
Rob Warnock, 41L-955		rpw3@sgi.com
Applied Networking		http://reality.sgi.com/rpw3/
Silicon Graphics, Inc.		Phone: 650-933-1673
1600 Amphitheatre Pkwy.		PP-ASEL-IA
Mountain View, CA  94043