New posts in functional-programming

Functional Programming: what is an "improper list"?

Medium-size Clojure sample application?

F# pattern matching with generic types. Possible?

implementing type inference

Get number of items from list (or other iterable) with certain condition

why are folktale and ramda so different?

Functional pipes in python like %>% from R's magrittr

How do I write a function that returns another function?

What are the most interesting equivalences arising from the Curry-Howard Isomorphism?

Map function in MATLAB?

What are the benefits of functional programming? [closed]

Meaning of Leaky Abstraction?

How can I use functional programming in the real world? [closed]

How to adapt trampolines to Continuation Passing Style?

Functional programming - is immutability expensive? [closed]

What is the difference between def foo = {} and def foo() = {} in Scala?

Get a function's arity

What is polymorphism in Javascript?

Why can't I map integers to strings when streaming from an array?

Is there a way to do currying in C?