Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Statistical performance of purely functional maps and sets

Importance of isomorphic functions

Are FP and OO orthogonal?

How to compare two functions for equivalence, as in (λx.2*x) == (λx.x+x)?

What, if anything, is wrong with this shuffling algorithm and how can I know?

Can Haskell functions be proved/model-checked/verified with correctness properties?

Difference between logic programming and functional programming

What is "polymorphism a la carte" and how can I benefit from it?

Can anyone explain Monads? [duplicate]

Haskell or Standard ML for beginners? [closed]

How to call Python functions dynamically

"Monad transformers more powerful than effects" - Examples?

How to compose functions in Rust?

Why should I use applicative functors in functional programming?

Is there a method reference for a no-op (NOP) that can be used for anything lambda?

Mathematica: what is symbolic programming?

Functional lenses

Scala currying vs partially applied functions

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

The difference between Reactive and Functional-Reactive programming