New posts in functional-programming

Function syntax puzzler in scalaz

How to reduce Seq[Either[A,B]] to Either[A,Seq[B]]?

Filtering a list of JavaBeans with Google Guava

What is a monad in FP, in categorical terms?

how to set displayName in a functional component [React]

Merge maps by key

values, types, kinds,... as an infinite sequence?

First class functions in Go

Convert String array to Map using Java 8 Lambda expressions

Modify bound variables of a closure in Python

Functional Programming Vs Declarative Programming Vs Imperative Programming

cons operator (::) in F#

What is a function literal in Scala?

What is the Zipper data structure and should I be using it?

How do I identify immutable objects in Java

Haskell - Turning a list into a list of object with index

How do functors work in haskell?

How do you design a functional program? [closed]

Mixing Erlang and Haskell

Elegant way to search an PHP array using a user-defined function