-
Closure in Java: fast and nice!
Feb 26, 2010 路 4 min read en evergreen lang 路 closure functional-java functional-programming html http java 路I have decided to re-cook this subject, adding a my specialized Example also.
Let's start!
Read More -
Closure in C#
Jan 6, 2011 路 2 min read en knowledgebase lang software 路 net closure functional-programming software 路 -
lambdaj
Jan 23, 2011 路 1 min read en knowledgebase lang software 路 closure functional-java functional-programming java 路How many times have you read or written the same two or three lines of code that frequently seem to go together, and even though they operate on different objects, feel like the same thing? And how often these repetitions involve some sort of collections iteration or more generically manipulation? These repetitions in the code is something that developers eventually learn to filter out and ignore when reading code, once they figure out where the interesting parts are placed. But even if the developers get used to it, it slows them down. Code like that is clearly written for computers to execute, not for developers to read.
Integrate lambdaj in your software architect toolkit (italian link)lambdaj is designed to easily manipulate collections. Its features are intended to filter, convert, index and aggregate the items of a collection without explicitly iterate on it.
Read More -
Functional Programming
Jul 17, 2011 路 4 min read en featured lang software 路 closure erlang functional-java functional-programming java programming-languages 路Because of the success of my article on java closure, I have decided to write another article on functional programming.
Read More