On 30-Jan-08, at 7:06 AM, Marc Feeley wrote:
BIT, PICBIT and PICOBIT are different small Scheme systems which have been designed for various space constraints. Roughly speaking BIT is the least compact (it requires 2.5KB RAM) and PICOBIT is the most compact (it can run programs with only 256 bytes of RAM and 4 to 8KB of ROM).
BTW, here's some info on those systems:
http://www.iro.umontreal.ca/~feeley/papers/ll3.pdf
Marc