Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

What would make you try (or not try) a new programming language? [closed]

Functional Programming: Best Platform/Environment [closed]

functional-programming

What's so special about 'return' keyword

In Haskell, (+) is a function, ((+) 2) is a function, ((+) 2 3) is 5. What exactly is going on there?

Generate a DAG from a poset using stricly functional programming

How to wire data to a deep component in react-router-relay?

What's the formal difference between a function-level language and a functional one?

functional-programming

Five Digit Primes in a 5x5 Grid

Is it possible to implement a js version of Haskell's unzip in a purely functional fashion?

compose function and functional module

scala: define default parameters in a function (val) vs using a method (def)

Jumping forward with the continuation monad

FP alternative to polymorphism in JavaScript/ReactJS

Filter Function Not Lazy

Assign a method with default values to Func<> without those parameters?

Stackless trampoline Monad/Computation Expression

f# functional-programming

find free variables in lambda expression

Will I be able to use Clojure functions as Lambdas in Java 8?

Functional Equivalent of State Design Pattern