Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Haskell pattern matching - what is it?

What can C++ offer as far as functional programming?

Learning Haskell with a view to learning Scala

Is there a jQuery map utility that doesn't automically flatten?

Are there any tools for performing static analysis of Scala code? [closed]

What is the connection between laziness and purity?

Isn't that code in tail recursive style?

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?