Personal tools

Humor/1984

From HaskellWiki

< Humor(Difference between revisions)
Jump to: navigation, search
Current revision (00:39, 24 December 2007) (edit) (undo)
(we have always been at war with IO)
 
(2 intermediate revisions not shown.)
Line 1: Line 1:
-
If you obstruction of mathematical truth was limited to the world of fiction
+
If you thought obstruction of mathematical truth was limited to the world of fiction, then try evaluating:
-
try:
+
<haskell>
 +
let 2 + 2 = 5 in 2 + 2
 +
</haskell>
-
let { 2 + 2 = 5 } in 2 + 2
+
Or
 +
 
 +
<haskell>
 +
let _'freedom' = "slavery" in _'freedom'
 +
</haskell>

Current revision

If you thought obstruction of mathematical truth was limited to the world of fiction, then try evaluating:

let 2 + 2 = 5 in 2 + 2

Or

let _'freedom' = "slavery" in _'freedom'