What are the differences between Ruby's blocks and Python's l ambdas?

Travis Whitton [mailto:whitton@atlantic.net] explained:

A lambda is simply an anonymous function. Ruby has lambdas as
well, but they’re commonly called proc objects.

[snipped lots of good sample code]…

Hi sir Travis, can you post your samples to wiki.

Hope this helps,
Travis

kind regards -botp