Sathyaish <sathyaish@gmail.com> wrote:
+---------------
| Then, on the terminal/command prompt, I did:
| CL-USER(1): (compile-file "relative/path/to/myfile.lisp")
| and it compiled successfully generating a .fasl file.
...
| Then, I loaded that file (say, it's called myfile.lisp, which got me a
| myfile.fasl) like so:
| CL-USER(2): (load "relative/path/to/myfile.lisp")
+---------------
Are you sure you didn't mean to type this here?
(load "relative/path/to/myfile.fasl")
-Rob
-----
Rob Warnock <rpw3@rpw3.org>
627 26th Avenue <URL:http://rpw3.org/>
San Mateo, CA 94403 (650)572-2607