home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!sun-barr!ames!agate!agate!usenet
- From: gjc@mitech.com (George J. Carrette)
- Newsgroups: comp.archives
- Subject: [comp.lang.scheme] Announcing SIOD v2.9
- Followup-To: comp.lang.scheme,comp.lang.lisp
- Date: 2 Sep 1992 00:19:30 GMT
- Organization: Mitech Corporation, Concord MA
- Lines: 25
- Approved: adam@soda.berkeley.edu
- Distribution: world
- Message-ID: <1811aiINNqkm@agate.berkeley.edu>
- References: <2528@mitech.com>
- NNTP-Posting-Host: soda.berkeley.edu
- X-Original-Newsgroups: comp.lang.scheme,comp.lang.lisp
- X-Original-Date: 31 Aug 92 09:33:58 GMT
-
- Archive-name: auto/comp.lang.scheme/Announcing-SIOD-v2-9
-
- Announcing SIOD version 2.9
-
- New features: a set of data-file I/O primitives:
- fopen, fclose, getc,putc, fputs, fread, fwrite, fseek, ftell
- fast-read, fast-print
-
- a simple trace package (optional C procedure to link in)
-
- Available for anonymous ftp from nexus.yorku.ca
- in the implementations section: pub/scheme/imp.
- Also available from world.std.com under src/lisp.
-
- ---------
-
- The fast-read and fast-print primitives allow control over when and how
- "symbols" are optimized into index references. This simple feature, along
- with the ability to to ftell/fseek on a file, can be used to implement
- various lisp "database" capabilities.
-
- ---------
-
- -gjc
-
-