From: Fred Bayer
Subject: ANN: LispMe 1.6 released
Date: 
Message-ID: <34CD4F8F.1C3A@ibm.net>
Hi friends!

LispMe 1.60 is available at my new home page at

http://www.geocities.com/SiliconValley/Lab/9981/

LispMe is a Scheme compiler and runtime system running on the Pilot PDA.
It is mainly intended to  have a tool for quickly trying ideas
and algorithms, not to develop major applications for the Pilot, as
the resulting code has rather limited support for user interaction.<p>

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
* full 8 byte double precision IEEE floating point operations including
  transcendental functions
* delayed expressions
* online help
* statistics
* graphics and limited user interface support

New in V1.60:
* over 350k of HTML documentation
* input dialogs and pen input

Have fun!
Fred