home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / scheme / 2545 < prev    next >
Encoding:
Internet Message Format  |  1992-11-07  |  1.4 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!swrinde!emory!europa.asd.contel.com!paladin.american.edu!news.univie.ac.at!hp4at!mcsun!news.funet.fi!news.cs.tut.fi!tut!pk
  2. From: pk@cs.tut.fi (Kellom{ki Pertti)
  3. Newsgroups: comp.lang.scheme
  4. Subject: Re: Code is not portable across case folding methods
  5. Date: 6 Nov 92 10:02:16
  6. Organization: Tampere Univ. of Technology, Finland.
  7. Lines: 17
  8. Distribution: world
  9. Message-ID: <PK.92Nov6100216@talitiainen.cs.tut.fi>
  10. References: <3432@mitech.com> <PK.92Nov5142038@talitiainen.cs.tut.fi>
  11.     <1dbqagINN7a2@early-bird.think.com>
  12. NNTP-Posting-Host: talitiainen.cs.tut.fi
  13. In-reply-to: barmar@think.com's message of 5 Nov 92 18:48:48 GMT
  14.  
  15. In article <1dbqagINN7a2@early-bird.think.com> barmar@think.com (Barry Margolin) writes:
  16.    Unless you're prepared to emulate all the
  17.    features of the reader prior to calling string->symbol, you can lose
  18.    lose.  This is why Common Lisp has READ-FROM-STRING.
  19.  
  20. In my case, I have to be prepared to do that, because that's what I'm
  21. doing: writing a reader. It would be nice to have read-from-string in
  22. Scheme, though. I can not use plain read, because I want to keep track
  23. of the position (line and column) in the input stream.
  24.  
  25.  
  26. --
  27. Pertti Kellom\"aki (TeX format)  #       These opinions are mine, 
  28.   Tampere Univ. of TeXnology     #              ALL MINE !
  29.       Software Systems Lab       #  (but go ahead and use them, if you like)
  30.  
  31.  
  32.