Search found 1 match
- Sat Mar 17, 2012 2:48 am
- Forum: Common Lisp
- Topic: load problem
- Replies: 1
- Views: 3551
load problem
Hello I have a problem with the load and require functions. If the directory dir2 is in the dir1 directory, and if in the dir2 directory, I have two files: file1.lisp and file2.lisp, and if I put (load "file2.lisp") in file1.lisp: If I run from dir1: clisp dir2/file1.lisp, then I get an er...