Date: | Mon Mar 1 13:56:12 1995 | |
Subject: | Re: Using pop11 load in lisp | |
From: | John Williams | |
Volume-ID: | 950301.02 |
>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 ?? You can just use the Lisp function LOAD, i.e. (load "draw_fns.p") LOAD recognises the file extension ".p" and invokes the Pop-11 compiler. John Williams. |