Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

python list comprehensions; compressing a list of lists?

Groovy map method of collections

Is functional programming relevant to web development? [closed]

Split JavaScript array in chunks using Lodash

What's the status of current Functional Reactive Programming implementations?

Why is writing a compiler in a functional language easier? [closed]

Why no Array.prototype.flatMap in javascript?

Write a Haskell interpreter in Haskell

Are any JavaScript engines tail call (TCO) optimized?

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