posted by Eugenia Loli-Queru on Thu 18th Jan 2007 00:27 UTC
IconThe Java community has resisted closures so far, even as competing languages such as C# add them. Closures are anonymous functions with closed scope. It's best to think of a closure as a code block that you can use as an argument, with special scoping rules. This article dives deep into Closures and uses Ruby to show how closures work.
e p (3)    28 Comment(s)

Related Articles

posted by David Adams on Sat 11th Oct 2008 16:48, submitted by IndigoJo
posted by Thom Holwerda on Thu 9th Oct 2008 21:04, submitted by ganges master
posted by David Adams on Wed 1st Oct 2008 14:32