Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

boost::ref and boost::asio completion handlers, pass-by-reference

reversing a list in OCaml using fold_left/right

What's the formal term for a "foldable" function?

How to define foldM using foldr/foldl (if it is possible)?

What are the advantages of Cons?

Idiomatic way to use for, while still maintaining high performance

Composing lenses with Control.Lens where an intermediate function must be called

Learning functional programming - having trouble conceptualizing "no if statements" [duplicate]

functional-programming

R: can I do the following using Reduce (or another high-level function)?

r functional-programming

Application of Tail-Recursion in OCaml

What is a polymorphic lambda?

"Reduce" adds unrequested attributes to result

r functional-programming

Why don't imperative languages have pattern matching?

foldl behaviour on infinite lists

map with lambda vs map with function - how to pass more than one variable to function?

Function Inside a JavaScript Function Without Declaring it Everytime Anew

Reassigning a variable in list comprehension

Interpreting output after using callback in javascript

Detailed information about type instances

Most idiomatic way to call fb() only if fa() succeeds