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 pass lambda expression 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 pass lambda expression 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 language. In this
Functional Java is an open source library bringing functional programming concepts into the Java world. Features like up to 8-arity Functions, immutable collections 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 Read more