home *** CD-ROM | disk | FTP | other *** search
- What to read when!
- ------------------
-
- First have a peer at
- !RelNotes details of the Arc port
- !ArcExtns bonuses for the Arc version
- example teeny script showing how to load stuff untidily
- out of SLIB and tidily.
-
- (untidily requires you to use
- (load "<slib>foobaz") ;; note NO '.'
- tidily is using
- (require 'foobaz)
-
- When to use which? - see !Scm.slib.require - if its provided as a require
- line then you can use the tidy form - if that doesn't work, use the untidy
- form.
- )
-
- !Scm.docs.* after you start interfering with scheme and
- need to know what things do
- FAQs.* if you get Really Interested and want to find
- more esoteric things out.
-
-
- ams
- 14/6/94.