Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Duality approaches in functional programming

Pipe forwards in C#

Avoiding accidental removal of duplicates when mapping a Set

Does the chain function in underscore.js create a monad?

Hardware Assisted Garbage Collection

"Functional programming" has a clear meaning, but does "functional language"?

Should F# functions be placed in modules, classes, or another structure? [closed]

f# functional-programming

Are there useful applications for the Divisible Type Class?

Haskell recursion and memory usage

What is the in-place alternative to Array.prototype.filter()

Implement an immutable deque as a balanced binary tree?

What are the best uses of Logic Programming?

How do you compute the difference between successive elements of a list of unknown size, functionally?

Have "Brodal search trees" really been implemented for practical use?

Is (pure) functional programming antagonistic with "algorithm classics"?

Purpose of third argument to 'reduce' function in Java 8 functional programming

Examples where compiler-optimized functional code performs better than imperative code

How is a functional programming-based JavaScript app laid out?

recursive descent parser and functional programming

Non-trivial algorithm conversion from imperative to functional