home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / scheme / 2776 < prev    next >
Encoding:
Internet Message Format  |  1992-12-16  |  813 b 

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