Load equalvalent?
Posted: Wed Mar 03, 2004 7:12 pm
Hello Lutz,
Is there an equalvalent of 'load inside newlisp that does 'load the script,
evaluates it, but does NOT run the script ?
So it will load the script into a list (evaluated and sorted) so this list can
then be used (de-listed and executed by i.e. the script that loaded it).
Currently i can only think of using 'read-file for this and then rebuilding it
into a list...but then it still suffers from "\r\n" and is not evaluated into (fn) or
(lambda) functions...
Norman.
Is there an equalvalent of 'load inside newlisp that does 'load the script,
evaluates it, but does NOT run the script ?
So it will load the script into a list (evaluated and sorted) so this list can
then be used (de-listed and executed by i.e. the script that loaded it).
Currently i can only think of using 'read-file for this and then rebuilding it
into a list...but then it still suffers from "\r\n" and is not evaluated into (fn) or
(lambda) functions...
Norman.