Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

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?

Composite functions in ocaml

Appending an element to a collection using LINQ

Is it possible to use call/cc to implement recursion?

Comprehensive list of synonyms for reduce

PHP - Displaying Urdu text retrieved from MySQL DB

Is there any difference between flatten and flatMap(identity)?

Shorthand for functions to map

How to manipulate list elements in F#

Array.map want to map a value to nothing

How to understand curry and function composition using Lodash flow?

Replace lambda with method reference in flatMap during array mapping

What do 'let' and 'in' mean in Haskell?

signatures/types in functional programming (OCaml)