Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Functional languages & support for memoization

Is FC++ used by any open source projects?

Is this a monad?

η-expansion in a pure functional language

Does Haskell have a takeUntil function?

Functors in Ocaml

Managing updates to nested immutable data structures in functional languages

Off by one with sliding?

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]