home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mitech!gjc
- From: gjc@mitech.com (George J. Carrette)
- Newsgroups: comp.lang.scheme
- Subject: Re: vectors,siod
- Message-ID: <4077@mitech.com>
- Date: 16 Dec 92 16:59:54 GMT
- References: <8365@charon.cwi.nl>
- Organization: Mitech Corporation, Concord MA
- Lines: 11
-
- In article <8365@charon.cwi.nl>, dijk@cwi.nl (Valentijn van Dijk) writes:
- > I'm new to this newsgroup, and fairly new to Scheme as well. One thing
- > I understood is that the Scheme dialect I use is SIOD Scheme. Now I
- > wanted to use vectors, but it appears my system doesn't know what
- > vectors are.
-
- SIOD version 2.9 knows about C long, C double, and general lisp
- object arrays, including fast ways to save/restore these to
- a binary file. This was intended to support a numerical
- programming environment with embedded lisp interpreter.
-
-