Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Differences between data/type constructors and functions?

Function.apply not using thisArg parameter

Does JavaScript support partial function application?

def or val for defining Function in Scala

Why is cond a special form in Scheme, rather than a function?

Why Java 8 Stream forEach method behaves differently?

Lazy "n choose k" in OCaml

What is the most efficient implementation of arrays with functional updates?

Deep changing values in a JavaScript object

What's the equivalent of Clojure's iterate function in Racket

Is there any efficient way to convert an unary number to a binary number?

Is it possible to partially apply nth parameter in Haskell?

Difference between unit type and 'a in ocaml

F# currying efficiency?

Function Composition in C++

Why Scala's foldLeft has lower performance than iterating with an index on strings?

Which is the easiest functional programming language for someone who has background in imperative languages? [closed]

functional-programming

Reduce function in Racket?

Scala: Try till first success on a list

Why is determining if a function is pure difficult?