From: Marco Antoniotti
Subject: Re: COMPILE-FILE without a file...
Date: 
Message-ID: <63d85132-b8fb-46a2-8231-8a7acdb483e6@u18g2000pro.googlegroups.com>
On Feb 4, 6:10 am, ····@rpw3.org (Rob Warnock) wrote:
> Marco Antoniotti  <·······@gmail.com> wrote:
> +---------------
> | If we had standardized environments (which we don't, as implementors
> | deviate or do not implement from the CLTL2 description), we could
> | probably do something along the lines of
> |
> | (with-compilation-environment
> |    (loop for form = (read stream nil stream) until (eq form stream)
> |          do (funcall (compile nil `(lambda () ,form))))
> +---------------
>
> Depending on the implementation, using WITH-COMPILATION-UNIT
> [instead of the mythical WITH-COMPILATION-ENVIRONMENT] *might*
> buy you something in the above. Maybe.

Yes.   But I was deliberatly whining! :)

Cheers
--
Marco







>
> -Rob
>
> -----
> Rob Warnock                     <····@rpw3.org>
> 627 26th Avenue                 <URL:http://rpw3.org/>
> San Mateo, CA 94403             (650)572-2607