Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

How/why do functional languages (specifically Erlang) scale well?

Java 8 Supplier with arguments in the constructor

Abort early in a fold

Does Ruby perform Tail Call Optimization?

Can you explain closures (as they relate to Python)?

Does Java support Currying?

Explanation of combinators for the working man

How do functional programming languages work?

What is the difference between eq?, eqv?, equal?, and = in Scheme?

What are paramorphisms?

Ordering of parameters to make use of currying

Strange behavior for Map, parseInt [duplicate]

When to use a functional programming language? [closed]

Can I zip more than two lists together in Scala?

Why can I define structures and classes within a function in C++?

Difference between reduce and foldLeft/fold in functional programming (particularly Scala and Scala APIs)?

Medium-size Clojure sample application?

implementing type inference

How to zip lists in a list

python: get number of items from list(sequence) with certain condition