Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Generic Map/Reduce List Extensions in C#

Merging two lists in Haskell

Java 8 lambda ambiguous method for functional interface - Target Type

Are there any documented anti-patterns for functional programming? [closed]

Monad transformers libraries - which one to use? [closed]

Towers of Hanoi with K pegs

Java 8 Streams: Map the same object multiple times based on different properties

What should I use Clojure's finger trees for?

Is 'Chaining operations' the "only" thing that the Monad class solves?

Flipped / reversed fmap (<$>)?

Recursive set union: how does it work really?

Where to find programming exercises for applicative functors?

Practical use of curried functions?

What is the meaning of "callback.call( value, i, value )" in jQuery's each method?

Clojure head retention

What are zygo/meta/histo/para/futu/dyna/whatever-morphisms?

Is it possible to get the infinite kind error in Haskell 98?

What's the difference between "equal (=)" and "identical (==)" in ocaml?

What are row types? Are they algebraic data types?

Finding a sum in nested list using a lambda function