From: Wouter Lievens
Subject: Scheme's (load ...)
Date: 
Message-ID: <3fc87cd4$0$28928$ba620e4c@reader3.news.skynet.be>
What is the LISP (ACL 6.2) equivalent of Scheme's (load ...) function?

Thanks,
- Wouter

From: Robert Amble
Subject: Re: Scheme's (load ...)
Date: 
Message-ID: <m2isl2lg3u.fsf@Andromeda.local>
"Wouter Lievens" <·············@snotmail.com> writes:

> What is the LISP (ACL 6.2) equivalent of Scheme's (load ...) function?
> 
> Thanks,
> - Wouter

Common Lisp also has a (load ...) function. Besides a good Common Lisp
introductory book (Like Paul Graham's ANSI Common Lisp) I find the
Common Lisp Hyperspec:

http://www.lispworks.com/reference/HyperSpec/index.html

to be extremely useful. You can use the online version, or at the
bottom of the page there are instructions for downloading  a local
copy (highly recommended).

Happy Hacking,
rca
From: Vladimir S.
Subject: Re: Scheme's (load ...)
Date: 
Message-ID: <87wu9hmyxo.fsf@shawnews.cg.shawcable.net>
You might be interested in knowing that Franz has searchable
documentation for Allegro on the web:

http://www.franz.com/support/documentation/

Vladimir