[perl #60654] [DEPRECATED] Closure PMC
François PERRAD via RT
parrotbug-followup at parrotcode.org
Wed Nov 19 16:55:19 UTC 2008
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
More information about the parrot-dev
mailing list