home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / utilities / utilss / siod / !Siod / Docs / s_readme < prev    next >
Text File  |  1993-03-01  |  613b  |  17 lines

  1. This is version 2.9 of Siod, Scheme In One Defun.
  2.  
  3. It is a very small implementation of the Scheme programming language.
  4.  
  5. George Carrette, August 28, 1992. gjc@mitech.com, gjc@paradigm.com.
  6.  
  7. See siod.doc and the source file slib.c for more information.
  8.  
  9. The files slib.c and sliba.c may serve as a subroutine library to add
  10. scheme interpreter functionality to any existing program.
  11.  
  12. Even though this is small, with an executable size of
  13. 38kbytes on VAX/VMS, 50kbytes on Mac, for example, 
  14. the implementation supports some advanced features such
  15. as arrays, hash tables, and fast/binary data saving and restoring.
  16.  
  17.