Hi,
Sorry if this has already been asked somewhere else, but I was unable to find a solution anywhere.
Is there a way to include a file, containing lisp code, into the current file. To explain a bit more, I need something that would simply place the whole contents of the include file, as is, into the main file (as if it had been copied and pasted).
i.e.
////MainFile.lisp
...
...
(include population.lisp)
...
...
/// population.lisp
'(list 1)
'(list 2)
...ect
Thanks for any advice, and please let me know if there is any more information needed.
Steven
Sorry if this has already been asked somewhere else, but I was unable to find a solution anywhere.
Is there a way to include a file, containing lisp code, into the current file. To explain a bit more, I need something that would simply place the whole contents of the include file, as is, into the main file (as if it had been copied and pasted).
i.e.
////MainFile.lisp
...
...
(include population.lisp)
...
...
/// population.lisp
'(list 1)
'(list 2)
...ect
Thanks for any advice, and please let me know if there is any more information needed.
Steven