New posts in functional-programming

Map or reduce with index in Swift

What's the difference between lapply and do.call?

Finding the subsets of an array in PHP

Idiomatic R code for partitioning a vector by an index and performing an operation on that partition

How to avoid long nesting of asynchronous functions in Node.js

Why are side-effects modeled as monads in Haskell?

Applicatives compose, monads don't

Uncaught TypeError: Illegal invocation in javascript

What is difference between functional and imperative programming languages?

Why hasn't functional programming taken over yet?

What is an appropriate type for smart contracts?

Is there a software-engineering methodology for functional programming? [closed]

Swift Compiler Error: "Expression too complex" on a string concatenation

Does Java SE 8 have Pairs or Tuples?

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

difference between foldLeft and reduceLeft in Scala

Finding a sum in nested list using a lambda function

List of strings to one string

What's the point of _curry1() in ramda.js?

Do cats and scalaz create performance overhead on application?