On Tue Nov 18 17:44:35 2008, pmichaud wrote:
> The new lexicals implementation no longer requires (or wants)
> a Closure PMC, and IMCC will no longer produce Closure PMCs.
> Instead, all Sub PMCs (and their subclasses) will have the 
> ability to have outer lexical scopes.
> 
> The Closure PMC will likely be removed (or at least disabled)
> in the December 2008 release.
>

Currently, Closure PMC is used by Lua.
LuaClosure PMC extends Closure PMC
and LuaFunction PMC extends Sub PMC.

François.
 
> Thanks,
> 
> Pm



_______________________________________________
http://lists.parrot.org/mailman/listinfo/parrot-dev

Reply via email to