home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / unix / scheme_1 / !ReadMe1st < prev    next >
Text File  |  1994-06-20  |  757b  |  27 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.       example             teeny script showing how to load stuff untidily
  8.                         out of SLIB and tidily.
  9.  
  10. (untidily requires you to use
  11.       (load "<slib>foobaz")        ;; note NO '.'
  12. tidily is using
  13.       (require 'foobaz)
  14.  
  15. When to use which? - see !Scm.slib.require - if its provided as a require
  16. line then you can use the tidy form - if that doesn't work, use the untidy
  17. form.
  18. )
  19.  
  20.       !Scm.docs.*          after you start interfering with scheme and
  21.                         need to know what things do
  22.       FAQs.*              if you get Really Interested and want to find
  23.                         more esoteric things out.
  24.  
  25.  
  26. ams
  27. 14/6/94.