Re: [CFD] Local functions for Lua 4.1
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [CFD] Local functions for Lua 4.1
- From: Edgar Toernig <froese@...>
- Date: 2001年11月22日 06:27:11 +0100
Edgar Toernig wrote:
>
> John Belmonte wrote:
> >
> > Someday it would nice to have a mechanism for gradually introducing
> > incompatibilities like Python's "__future__" module
>
> I'm not sure how this is supposed to work with syntactical or semantic
> changes.
Uhh... I see. The compiler catches the "from __future__ import" statement
and implements all possible variants. To me this sounds like somebody
wants to be only a little bit pregnant ;-)
Ciao, ET.