home *** CD-ROM | disk | FTP | other *** search
/ Dream 44 / Amiga_Dream_44.iso / RiscPc / programmation / scm4e2.arc / !ReadMe1st < prev    next >
Text File  |  1995-07-02  |  885b  |  30 lines

  1. What to read when!
  2. ------------------
  3.  
  4. First have a peer at 
  5.       !RelNotes           details of the Arc port
  6.       !ArcExtns           bonuses for the Arc version
  7.       !ArcDemos          docs of arc demos
  8.       !Turtles          turtling docs
  9.       example             teeny script showing how to load stuff untidily
  10.                         out of SLIB and tidily.
  11.  
  12. (untidily requires you to use
  13.       (load "<slib>foobaz")        ;; note NO '.'
  14. tidily is using
  15.       (require 'foobaz)
  16.  
  17. When to use which? - see !Scm.slib.require - if its provided as a require
  18. line then you can use the tidy form - if that doesn't work, use the untidy
  19. form.
  20. )
  21.  
  22.       !Scm.docs.*          after you start interfering with scheme and
  23.                         need to know what things do
  24.       !Scm.slibdocs.*     docs for the Standard Scheme library
  25.       FAQs.*              if you get Really Interested and want to find
  26.                         more esoteric things out.
  27.  
  28.  
  29. ams
  30. 2/7/95.