From: George Brewster
Subject: Re: load implementations
Date: 
Message-ID: <4j9U7.5179$zX1.7048120@typhoon.ne.mediaone.net>
On Wed, 19 Dec 2001 10:25:15 -0500, Myriam Abramson wrote:


> Hi!
> 
> How do I indicate to the load function to compile the file if necessary?
> Very useful feature ...
> 
> (a) in allegro

For Allegro,
:cl file
will do the trick from the toplevel.
-George