Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

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]

What are the problems with an ADT encoding that associates types with data constructors? (Such as Scala.)

How to write lambda methods in Objective-C?

Why is appending to a list bad?

What does composability mean in context of functional programming?

Scala: “any” and “all” functions