Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

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

What are advantages and disadvantages of "point free" style in functional programming?

Functional Programming - Lots of emphasis on recursion, why?

Functional programming and non-functional programming

Spark code organization and best practices [closed]

Monads vs. Arrows