home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / scheme / 2615 < prev    next >
Encoding:
Text File  |  1992-11-19  |  1.9 KB  |  38 lines

  1. Newsgroups: comp.lang.scheme
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!pasteur!volga.Berkeley.EDU!matt
  3. From: matt@volga.Berkeley.EDU (Matt Wright)
  4. Subject: Re: What are good references on learning Scheme
  5. Message-ID: <1992Nov20.001132.28991@pasteur.Berkeley.EDU>
  6. Sender: nntp@pasteur.Berkeley.EDU (NNTP Poster)
  7. Nntp-Posting-Host: volga.berkeley.edu
  8. Organization: University of California, at Berkeley
  9. References: <Bxnwwn.6Cw@ux1.cso.uiuc.edu> <BxpyEw.I36@cs.psu.edu> <1992Nov18.192503.9143@linus.mitre.org>
  10. Date: Fri, 20 Nov 1992 00:11:32 GMT
  11. Lines: 25
  12.  
  13. crawford@boole.mitre.org (Randy Crawford) writes:
  14. >SIPC is good if you want to spend a _long_ time learning about an older
  15. >version of scheme (pre-R3RS?).  Its audience is more appropriately those who 
  16. >are new to both programming and algorithms.  It's well over 300 pages long 
  17. >and about 8 years old.  It treats the language more as a state of mind than
  18. >a bag of tricks.  I own it and respect it for what it is, but I've chosen a
  19. >different book to learn scheme.
  20.  
  21. I'm not sure how to take this.  On one hand it's true that SICP treats
  22. Scheme more as a state of mind than a language, but I think your
  23. characterization of it is somewhat unfair.  It's not the case that SICP
  24. takes a long time to read because it's dumbed-down for beginners!  SICP
  25. takes a long time to read because it's about all of computer science, and
  26. not a tutorial for learning Scheme.
  27.  
  28. As for the out-of-dateness, I don't think it's such a big deal as you're
  29. making it.  It's true that after you finish SICP you have to learn that
  30. SEQUENCE is now called BEGIN and that PRINC is now called DISPLAY and that
  31. () isn't #f.  But that's 5 minutes of little details; it's not like learning
  32. a different language.
  33.  
  34. Once you read SICP you should be able to glance through the latest rnrs and
  35. "know" the most current definition of Scheme.
  36.  
  37. -Matt
  38.