Search found 1 match

by nico92
Sat Mar 17, 2012 2:48 am
Forum: Common Lisp
Topic: load problem
Replies: 1
Views: 3284

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...