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

  1. Path: sparky!uunet!psgrain!percy!data!kend
  2. From: kend@data.rain.com (Ken Dickey)
  3. Newsgroups: comp.lang.scheme
  4. Subject: Re^2: random rant on random files
  5. Message-ID: <704@data.rain.com>
  6. Date: 19 Aug 92 16:56:19 GMT
  7. References: <9208130624.1.11214@cup.portal.com> <700@data.rain.com> <TMB.92Aug18171257@arolla.idiap.ch>
  8. Organization: Microtek DSD, Hillsboro, OR
  9. Lines: 14
  10.  
  11. tmb@arolla.idiap.ch (Thomas M. Breuel) writes:
  12.  
  13.  
  14. >What is wrong with binary streams?
  15.  
  16. Nothing.  But Scheme is not a store description language (like C/C++),
  17. and does not have a binary interface defined.  I have no problems with
  18. making a "location pointer" and reading memory with a port interface.  
  19. I prefer not to have to reset such a pointer at every random i/o.
  20.  
  21. It is trivial to build a port interface on top of stores.
  22.  
  23.  
  24. -Ken
  25.