Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Javascript reduce gotcha - skips first iteration?

Understanding the implementation of Y-Combinator

Find Haskell functions f, g such that f g = f . g

Understanding Monad Transformer Type Signatures

Combining Either's in Vavr?

Apply constraint within constraint in Haskell

How can I map a function to a list and stop when a condition is fulfilled and tell me if it stopped or reached the end?

static methods make Java a pseudo functional language?

Simplest example of backwards continuations in Scheme without explicit mutation

Modelling Typeclasses in C++

Is there a bidirectional multimap persistent data structure?

Reverse currying?

How to Better Iterate over State in Clojure (monad?)

Functional programming function confusion

How to properly use "iterate" and "partial" in Clojure?

Polymorphism with Scala type classes

The difference and conversion between Seq[Int] and List[Int]

How can I combine a tuple of values with a tuple of functions?

Structural Sharing in Scala Vector

What is a difference between definitions reference transparency and deterministic function?