#Functional Programming

3 posts tagged with Functional Programming.

PHP Functional Programming - A code snippet
Mar 19, 20081 min read

PHP Functional Programming - A code snippet

Given a string of comma-separated values, how do you convert each of them into a link of the form: --item-- and return a comma-separated list of these strings? Snippet 1: Snippet 2 (uses functional...

Groovy - a cool JVM based scripting language
Aug 26, 20073 min read

Groovy - a cool JVM based scripting language

Ever thought you are so addicted to Java that although the world is talking about moving to functional languages, you just cannot see yourself leaving the JVM? Well, , could be your solution. You c...