Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in purely-functional

Purely functional concurrent skip list

Clojure: working with a java.util.HashMap in an idiomatic Clojure fashion

Are side effects everything that cannot be found in a pure function?

Can a `ST`-like monad be executed purely (without the `ST` library)?

Efficient heaps in purely functional languages

Why are "pure" functions called "pure"? [closed]

Is having a `(a -> b) -> b` equivalent to having an `a`?

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

Learning Haskell with a view to learning Scala

Why don't purely functional languages use reference counting?

What is the benefit of purely functional data structure?

Purity vs Referential transparency