Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Differences between functors and endofunctors

Why is catching an exception non-pure, but throwing an exception is pure?

F# - Function with no arguments?

What is happening when I compose * with + in Haskell?

How do I identify immutable objects in Java

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?