Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Uses for Haskell id function

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

Get a function's arity

Bind Vs Lambda?

Scala Functor and Monad differences

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

Maintaining complex state in Haskell

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

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?

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

What exactly is meant by "partial function" in functional programming?

What constitutes a fold for types other than list?

What is monoid homomorphism exactly?

What are the practical limitations of a non-turing complete language like Coq?

"Closures are poor man's objects and vice versa" - What does this mean?

Purity vs Referential transparency

How is Lisp's read-eval-print loop different than Python's?

Difference between OOP interfaces and FP type classes [duplicate]