New posts in functional-programming

Differences between functors and endofunctors

No instance(s) of type variable(s) U exist so that void conforms to U

Is there a Python equivalent for Scala's Option or Either?

Why is catching an exception non-pure, but throwing an exception is pure?

What is the connection between laziness and purity?

F# - Function with no arguments?

F# - Function with no arguments?

What is happening when I compose * with + in Haskell?

Haskell pattern matching - what is it?

Learning Haskell with a view to learning Scala

What can C++ offer as far as functional programming?

SProxy in purescript?

setting up graphics.gloss haskell

Why avoid subtyping?

When should one use the Actor model?

Is there a jQuery map utility that doesn't automically flatten?

Are there any tools for performing static analysis of Scala code? [closed]

Isn't it possible to define closure with generic types?

What other ways can state be handled in a pure functional language besides with Monads?

Why can I not pass a function call (rather than a function reference or an anonymous function) to setTimeout()?