Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

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?

What's the name of the problem that relates to optimizing closures on a stack-based system?

Creating Delegates With Lambda Expressions in F#

Functional unwrapping of nested array

Functional JavaScript: how to implement Function.prototype.not

Am I properly using function composition?