lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> The paper says Java doesn't provide nested functions, but new Java does.

Yes, things changed since then. but even now nested functions in Java
cannot capture external variables (only external values).

-- Roberto