[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Globals (more ruminations)
- From: David Manura <dm.lua@...>
- Date: Thu, 15 Jul 2010 20:31:45 -0400
On Thu, Jul 15, 2010 at 5:18 PM, Geoff Leyland
<geoff_leyland@fastmail.fm> wrote:
> The problem is that you won't get global checking for functions defined inside functions and other scopes....
>The global proposal offers static checking and can check the top level,...
As I understand it, this global checking would apply to everything
within the scope of the global declaration (nested functions and
nested scopes included).
- References:
- Re: Globals (more ruminations), Mark Hamburg
- Re: Globals (more ruminations), Roberto Ierusalimschy
- Re: Globals (more ruminations), Geoff Leyland
- Re: Globals (more ruminations), Alexander Gladysh
- Re: Globals (more ruminations), Roberto Ierusalimschy
- Re: Globals (more ruminations), Juri Munkki
- Re: Globals (more ruminations), Roberto Ierusalimschy
- Re: Globals (more ruminations), Patrick Donnelly
- Re: Globals (more ruminations), Roberto Ierusalimschy
- Re: Globals (more ruminations), Geoff Leyland
- Re: Globals (more ruminations), Roberto Ierusalimschy
- Re: Globals (more ruminations), Geoff Leyland