Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts 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

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?