Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Is there a Scheme implementation that parallelizes?

Memoization Function In Kotlin

Why there is no filter function of Stream in idris?

Do any functional languages support divide-and-conquer natively?

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?