Introduction
JavaScript allows for operating on arrays in a functional way, e.g. using filter
or map
functions. As an argument for these functions we can Read more
JavaScript allows for operating on arrays in a functional way, e.g. using filter
or map
functions. As an argument for these functions we can Read more
It has been very long time since my last blog post. During this period I have become big enthusiast of functional programming, especially using Haskell
Functional Java is an open source library bringing functional programming concepts into the Java world. Features like up to 8-arity Functions, immutable collections with filters, Read more
Scala is one of programming languages created for the Java Virtual Machine. It’s concise, both object-oriented (everything is an object) and functional language (every Read more