| Date: | Mon Mar 1 10:01:34 1995 | |
| Subject: | Re: Using pop11 load in lisp | |
| From: | Julian Clinton | |
| Volume-ID: | 950301.01 |
Hello Tony
>>From the help pages, I notice that the pop11 load is a syntax word and not
>a procedure. Therefore does anyone know a way of loading a pop11 file
>from lisp ??
Use the procedure 'compile' instead of the syntax 'load' i.e.
(pop11::compile "draw_fns.p")
should do the trick.
Julian
|