New posts in functional-programming

Defining and calling function in one step

What are "downward funargs"?

How to handle different logic in an if block with out duplicating code?

What does "pure" mean in "pure functional language"?

How flatMap API contract transforms Optional input to Non Optional result?

Haskell's algebraic data types

Uses for Haskell id function

What's the Scala way to implement a retry-able call like this one?

Merging two lists in Haskell

Scala Functor and Monad differences

Specification for a Functional Reactive Programming language

How do I do a "break" or "continue" when in a functional loop within Kotlin?

Currying a function that takes infinite arguments

Maintaining complex state in Haskell

Java Stream: divide into two lists by boolean predicate

Partition a Java 8 Stream

How to pass a function instead of a block [duplicate]

What is a 'thunk', as used in Scheme or in general?

What constitutes a fold for types other than list?

Functional programming in C++. Implementing f(a)(b)(c)