Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

How should I think about Scala's Product classes?

When and why should one use Applicative Functors in Scala

Pitfalls/Disadvantages of Functional Programming [closed]

Why did you decide "against" using Erlang?

What are practical uses of applicative style?

Why is a Redux reducer called a reducer?

Left and Right Folding over an Infinite list

How helpful is knowing lambda calculus? [closed]

Is there a scala identity function?

Best way to condense a list of option type down to only elements that are not none?

f# 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]