Functional Programming

  • submit to reddit

DZone Links You Don't Want To Miss (1/30/13)

Functional Programming is Coming Neal Ford published a great tutorial on IBM DevWorks about helping Java developers to get started with functional programming...

0 replies - 5019 views - 01/30/13 by Mitch Pronschinske in Articles

Erlang: functions (part 2)

We know how to implement recursion, but it's often not enough to directly call a function from inside itself. Tail recursion is a functional programming idiom...

0 replies - 2112 views - 10/03/12 by Giorgio Sironi in Articles

Why I am functophobic

There is a diffused opinion in the PHP world that sometimes we are better off by defining functions in the global namespace than by organizing code into...

0 replies - 3429 views - 08/15/12 by Giorgio Sironi in Articles

Moving to Test-Driven Development and Exploring Language Paradigms

Michael Feathers defines legacy code as "code without tests."  There's a major qualitative difference when working on code without tests. ...

0 replies - 6838 views - 04/26/10 by Eric Hagan in Videos

Google MapReduce In A Week: Functional Programming Warm-up Exercises

0 replies - 3789 views - 03/13/09 by Snippets Manager in Uncategorized