Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

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?

Multiple source files, directory structures and namespaces in functional programming

Functional dependency injection

How to access an argument of the "parent" function?

Functional pattern for double fold

New to OCaml: How would I go about implementing Gaussian Elimination?

Function which applies its argument to itself?

Shapeless : Prepend. Implicit not found

How make this piece of Haskell code more concise?

In a game built with purely functional programming, how could one player do damage (alter state) of another player? [closed]