Difference between revisions of "Humor"

From HaskellWiki
Jump to navigation Jump to search
(Some April 1 jokes from the early days, and lamdabot's quotes)
(Removed link to "3 Pages containing Haskell" (no humor))
(43 intermediate revisions by 19 users not shown)
Line 1: Line 1:
=Haskell Humor=
 
 
Who says functional programmers never have any fun? Here's some of the
 
Who says functional programmers never have any fun? Here's some of the
hoaxes and other funny stuff that's passed over the Haskell mailing
+
hoaxes and other funny stuff from several sources.
  +
list over the years.
 
  +
* [http://www.youtube.com/watch?v=Ci48kqp11F8 Ranjit Jhala performs Lambda Style!]
  +
* [http://ro-che.info/ccc/01.html Cartesian Closed Comic]
  +
*[[Let's_Play_Free_Games]]
  +
*[[Music of monads]]
  +
*[http://www.xent.com/pipermail/fork/Week-of-Mon-20070219/044101.html If Haskell were a working girl]
 
*[[Humor/Microsoft|Microsoft takes over Haskell]]
 
*[[Humor/Microsoft|Microsoft takes over Haskell]]
 
*[http://www.willamette.edu/~fruehr/haskell/evolution.html The Evolution of a Haskell Programmer] (can you write a factorial function?)
 
*[http://www.willamette.edu/~fruehr/haskell/evolution.html The Evolution of a Haskell Programmer] (can you write a factorial function?)
Line 13: Line 17:
 
*[[Humor/Hugme|The latest Hugs release?]]
 
*[[Humor/Hugme|The latest Hugs release?]]
 
*[[Humor/Enron|Haskell fingers Enron]]
 
*[[Humor/Enron|Haskell fingers Enron]]
  +
*[[Humor/1984|Haskells 1984 parallelisms]]
  +
*[[Humor/irish_joke|How to keep an imperative programmer busy for hours]]
  +
*[[Humor/How quick can you write a ISI paper with Haskell or without it ?]]
 
*[[Humor/Urgent|URGENT ASSISTANCE NEEDED!]]
 
*[[Humor/Urgent|URGENT ASSISTANCE NEEDED!]]
 
*[[Humor/Homework|Need help with your homework?]]
 
*[[Humor/Homework|Need help with your homework?]]
 
*[[Humor/Y-agra|Need help performing?]]
 
*[[Humor/Y-agra|Need help performing?]]
 
*[[Humor/Slow|Haskell is slow!]]
 
*[[Humor/Slow|Haskell is slow!]]
  +
*[[Humor/Wanda|Wanda the fish is speaking]]
 
*[http://www.newadvent.org/cathen/10447b.htm Monads explained by the Catholic Church]
 
*[http://www.newadvent.org/cathen/10447b.htm Monads explained by the Catholic Church]
*[http://www.cse.unsw.edu.au/~dons/haskell-1990-2000/msg00124.html Committee Advocating The Superstitious Use of Parentheses]
+
*[http://marc.info/?l=haskell&m=66622004421268 Committee Advocating The Superstitious Use of Parentheses]
 
*[http://www.cse.unsw.edu.au/~dons/haskell-1990-2000/msg00159.html The Beta Release of Glasgow Haskell] (and [http://www.cse.unsw.edu.au/~dons/haskell-1990-2000/msg00191.html explanation])
 
*[http://www.cse.unsw.edu.au/~dons/haskell-1990-2000/msg00159.html The Beta Release of Glasgow Haskell] (and [http://www.cse.unsw.edu.au/~dons/haskell-1990-2000/msg00191.html explanation])
*[http://www.cse.unsw.edu.au/~dons/haskell-1990-2000/msg01001.html The Haskerl Extension to Haskell]
+
*[http://www.dcs.gla.ac.uk/~partain/haskerl/partain-1.html The Haskerl Extension to Haskell]
* HaWiki's [http://www.haskell.org/hawiki/QuotesPage QuotesPage]. E.g. a quotation from <nowiki><autrijus></nowiki>:
+
* HaskellWiki's [http://www.haskell.org/haskellwiki/QuotesPage QuotesPage]. E.g. a quotation from <nowiki><autrijus></nowiki>:
 
** Perl: "Easy things are easy, hard things are possible"
 
** Perl: "Easy things are easy, hard things are possible"
 
** Haskell: "Hard things are easy, the impossible just happened"
 
** Haskell: "Hard things are easy, the impossible just happened"
 
* [[Lambdabot|Lambdabot's]] [http://www.cse.unsw.edu.au/~dons/code/lambdabot/State/quote quotes archive].
 
* [[Lambdabot|Lambdabot's]] [http://www.cse.unsw.edu.au/~dons/code/lambdabot/State/quote quotes archive].
  +
* [[HaskellCosmetics|Haskell cosmetics]], pure and good for you
  +
* [http://article.gmane.org/gmane.comp.lang.haskell.general/13881 Haskell No Operation]
  +
* [[Almost Haskell]]
  +
* [http://www.haskell.org/pipermail/haskell-cafe/2006-November/019190.html There's a monster in my Haskell!]
  +
* [http://nssdc.gsfc.nasa.gov/image/planetary/jupiter/io.jpg What does IO look like?], or how why threading the real world is tricky.
  +
*[[Humor/Erlkönig|King IO (freely adapted from Goethe)]]
  +
*[http://koweycode.blogspot.com/2007/01/think-of-monad.html Think of a monad ... ]
  +
* [http://www.haskell.org.MonadTransformer.parallelnetz.de/haskellwiki/Category:Monad The warm, fuzzy thing transformer]
  +
* The [[Humor/LearningCurve|Haskell Learning Curve]]
  +
* [http://spl.smugmug.com/gallery/13227630_j2MHcg/#!i=960526161&k=XwKHSBM Lambdacats], inspired by the [http://en.wikipedia.org/wiki/Lolcat lolcat phenomenon].
  +
*[[Humor/Dialogs|The benefits of Haskell, via the Socratic method]]
  +
*[[Humor/Goldilocks|Goldilocks]]
  +
*[[Humor/Hackage Theme Song|Hackage Theme Song]]
  +
*[[Shooting your self in the foot]]
  +
*[[Haiku]]
  +
*[http://blog.plover.com/prog/burritos.html Monads are like burritos]
  +
  +
[[Category:Humor|*]]
  +
[[Category:Community]]

Revision as of 14:41, 10 January 2015

Who says functional programmers never have any fun? Here's some of the hoaxes and other funny stuff from several sources.