New posts in functional-programming

How do you know when to use fold-left and when to use fold-right?

How to use (->) instances of Monad and confusion about (->)

Haskell composition (.) vs F#'s pipe forward operator (|>)

In pure functional languages, is there an algorithm to get the inverse function?

How to sort a list in Scala by two fields?

Functional design patterns [closed]

val-mutable versus var-immutable in Scala

F# development and unit testing? [closed]

What are paramorphisms?

Removing elements with Array.map in JavaScript

Syntax of Keras Functional API

What is dependent typing?

How can I use map and receive an index as well in Scala?

What's the fuss about Haskell? [closed]

Understanding why Zipper is a Comonad

How does Idris know where to insert Force and Delay?

What is the point of the class Option[T]?

Abort early in a fold

What is the difference between eq?, eqv?, equal?, and = in Scheme?

Truly understanding the difference between procedural and functional