New posts in functional-programming

Why no Array.prototype.flatMap in javascript?

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

Kotlin - Void vs. Unit vs. Nothing

Write a Haskell interpreter in Haskell

python list comprehensions; compressing a list of lists?

Are any JavaScript engines tail call (TCO) optimized?

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

Does Ruby perform Tail Call Optimization?

Does Java support Currying?

Explanation of combinators for the working man

How do functional programming languages work?

Is performing a mapping operation without using returned value an antipattern?

Java 8 Supplier with arguments in the constructor

Ordering of parameters to make use of currying

Strange behavior for Map, parseInt [duplicate]

RxJS Promise Composition (passing data)

When to use a functional programming language? [closed]

Split JavaScript array in chunks using Lodash

Can I zip more than two lists together in Scala?

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