Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Is it possible to get the infinite kind error in Haskell 98?

What's the difference between "equal (=)" and "identical (==)" in ocaml?

What are row types? Are they algebraic data types?

Finding a sum in nested list using a lambda function

Continuations in Clojure

What task is best done in a functional programming style?

Are side effects a good thing? [closed]

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?