Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

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?

Java8 Optional with Function chaining expression [closed]

Adding multiple fields in Java streams (and conditional stream operations)

Future[Either[AppError, Option[User]]] in Scala

Why is liftA2 added to Applicative as a method?

Examining the internals of the functions in Haskell

How to write an enumeration of all computable functions?