Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Is there a name for a function that takes a piece of data and a list of functions and applies each function to the result of the last one?

Is the deferred/promise concept in JavaScript a new one or is it a traditional part of functional programming?

How Functional language are different from the language implementation point of view

F#: killing redundancy in Map/Reduce/Filter

Java Lambda Referencing Enclosing Object: Replace with Private Static Class?

How to use functional programming to iterate and find maximum product of five consecutive numbers in a list?

What are the requirements to prefer CPS over algebraic data types?

Is the PartialFunction design inefficient?

How to correct my OOP tendencies when programming in Haskell

What does it mean that non pure functions break composability?

Scala-Cats Validated: value mapN is not a member of ValidatedNel tuple

anonymous function performance in PHP [closed]

In Haskell, are guards or matchers preferable?

What do the empty parentheses `()` mean in Elm?

How to reason about stack safety in Scala Cats / fs2?

When to use Closures

Function Application Operator ($) in F#?

Limitations of let rec in OCaml

String Concatenation in Purescript

What are those math functions end with apostrophe in Clojure?