Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

What's the difference between Map and Mapping in Isabelle?

Use map and zip to be more func style in 2 for loops

Lambda + stream to fetch List<A> to A Single List

How to initialize F# list when size is unknown, using while..do loop

Functional JavaScript: Closure & Recursion. Why does this fail?

Haskell Lambda help - Splitting up terms from a lambda-term input

Using Promises inside class method

what's the conceptual purpose of the Tuple2?

Shouldn’t `EitherT` be covariant? Especially in the Left?

Map with Strings as Keys in Agda?

Discoverability of Functional Languages' Functions

functional-programming

Type sharing in OCaml - typechecker error

Functional programming setters

Functional programming tutorials [closed]

functional-programming

Solving logical formula with own data type and a map

What specific features make Scala a 'more functional' language than Groovy? [closed]

What principles should I follow to code in PHP with fewer Java-like objects and more similar to Clojure's functional programing principles?

Passing state between functional steps in Scala

How to use the map function on a vector of maps in clojure

How to convert simple average function in javascript to pointfree form using Ramda?