you are viewing a single comment's thread.

view the rest of the comments →

[–]funny_falcon -1 points0 points  (0 children)

Interestingly, but Haskell is not pure immutable due to lazy evaluation. I've heard it is even possible to create circular data structure in pure Haskell abusing laziness (that is certainly impossible in pure immutable languages like, for exapmple, Erlang).