home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / scheme / 2121 < prev    next >
Encoding:
Internet Message Format  |  1992-08-30  |  1008 b 

  1. Xref: sparky comp.lang.scheme:2121 comp.lang.lisp:2340
  2. Path: sparky!uunet!mitech!gjc
  3. From: gjc@mitech.com (George J. Carrette)
  4. Newsgroups: comp.lang.scheme,comp.lang.lisp
  5. Subject: Announcing SIOD v2.9
  6. Message-ID: <2528@mitech.com>
  7. Date: 31 Aug 92 09:33:58 GMT
  8. Organization: Mitech Corporation, Concord MA
  9. Lines: 22
  10.  
  11. Announcing SIOD version 2.9
  12.  
  13. New features: a set of data-file I/O primitives:
  14.               fopen, fclose, getc,putc, fputs, fread, fwrite, fseek, ftell
  15.               fast-read, fast-print
  16.  
  17.               a simple trace package (optional C procedure to link in)
  18.  
  19. Available for anonymous ftp from nexus.yorku.ca
  20. in the implementations section: pub/scheme/imp.
  21. Also available from world.std.com under src/lisp.
  22.  
  23. ---------
  24.  
  25. The fast-read and fast-print primitives allow control over when and how
  26. "symbols" are optimized into index references. This simple feature, along
  27. with the ability to to ftell/fseek on a file, can be used to implement
  28. various lisp "database" capabilities.
  29.  
  30. ---------
  31.  
  32. -gjc
  33.