Wednesday, November 7, 2012

C#'s first-class functions vs Java's class-first functions

Java don't have first-class functions like C#'s verb-centric delegate/lambda. What Java have are class-first functions

Nice insight: http://steve-yegge.blogspot.com/2006/03/execution-in-kingdom-of-nouns.html

No comments:

Post a Comment