Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

What other ways can state be handled in a pure functional language besides with Monads?

Is Haskell really a purely functional language considering unsafePerformIO?

Kotlin - how to find number of repeated values in a list?

How do I implement graphs and graph algorithms in a functional programming language?

Python alternative to reduce()

Explanation of “tying the knot”

Counting number of elements in a list that satisfy the given predicate

Why don't purely functional languages use reference counting?

Get first element of a collection that matches iterator function

Immutable object pattern in C# - what do you think? [closed]

Sorting ArrayList with Lambda in Java 8

Should do-notation be avoided in Haskell?

Which GoF Design pattern will be changed or influenced by the introduction of lambdas in Java8?

How are Dynamic Programming algorithms implemented in idiomatic Haskell?

Is there a Haskell idiom for updating a nested data structure?

How to get F# working with Mono?

Does Scala have guards?

Why is foldl defined in a strange way in Racket?

Using Function.prototype.bind with an array of arguments?

Haskell vs. procedural programming in the real world [closed]