Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Howto move from object based language to server side Node.js Javascript for big projects?

More Pythonic (or perhaps functional) way of creating this list?

How do you save a tree data structure to binary file in Haskell

clojure functions, let & return values

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