New posts in functional-programming

Monads vs. Arrows

How should I think about Scala's Product classes?

When and why should one use Applicative Functors in Scala

Pitfalls/Disadvantages of Functional Programming [closed]

Functional programming and non-functional programming

Functional Programming - Lots of emphasis on recursion, why?

Why did you decide "against" using Erlang?

What are practical uses of applicative style?

Spark code organization and best practices [closed]

Left and Right Folding over an Infinite list

What is the exact definition of a closure?

How helpful is knowing lambda calculus? [closed]

Is there a scala identity function?

Best way to condense a list of option type down to only elements that are not none?

Statistical performance of purely functional maps and sets

What are "n+k patterns" and why are they banned from Haskell 2010?

Importance of isomorphic functions

Are FP and OO orthogonal?

How to compare two functions for equivalence, as in (λx.2*x) == (λx.x+x)?

Does it matter if a function within a React component is not pure?