Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Erlang (Functional Programming) vs Object Oriented Programming in terms of thinking

testing in functional programming

Examples of functional or dynamic techniques that can substitute for object oriented Design Patterns

Can functional reactive programming (FRP) be expressed using monads?

Abstract over repeated flatMap

Can a pure function depend on an external constant?

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?