Jump to content

Lambda function

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Offwhite (talk | contribs) at 22:45, 25 July 2006. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Lambda Function

Lambda functions are a powerful way of encapsulating a (potentially reusable) block of code. The block of code can then be stored in a variable, passed to other methods, etc.

Ruby 1.8 (today) vs C# 3.0 (some future date)