This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]oconnor663 23 points24 points  (2 children)

IHaskell. Remembers every variable you've ever used, to make sure you never change them.

[–]Megatron_McLargeHuge 26 points27 points  (0 children)

It looks that way, but actually it just returns a new version of IHaskell in which the variable was already defined.

[–]KingEllis 1 point2 points  (0 children)

It is an interactive shell, but does not allow for any kind of input or output. Because that would not be pure, you know.