Difference between revisions of "Haiku"

From HaskellWiki
Jump to navigation Jump to search
(+cat)
(→‎Haskell haikus: start -cafe section with hartman)
Line 5: Line 5:
 
It is like Haiku</blockquote>
 
It is like Haiku</blockquote>
   
by FMota, preserved in [[Lambdabot]]:
+
By FMota, preserved in [[Lambdabot]]:
 
<blockquote>Haskell's cryptic form<br>
 
<blockquote>Haskell's cryptic form<br>
 
is natural to some folks<br>
 
is natural to some folks<br>
Line 19: Line 19:
 
</blockquote>
 
</blockquote>
   
=== from #haskell ===
+
=== From #haskell ===
 
<blockquote>empty list error:<br>
 
<blockquote>empty list error:<br>
 
this elegant program dies<br>
 
this elegant program dies<br>
Line 31: Line 31:
 
What you request makes no sense - <br>
 
What you request makes no sense - <br>
 
rethink your bad code."</blockquote>
 
rethink your bad code."</blockquote>
  +
  +
=== From haskell-cafe
  +
By [http://www.haskell.org/pipermail/haskell-cafe/2008-December/051532.html Thomas Hartman]:
  +
<blockquote>You come for magic<br>
  +
silver bullets slaying bugs...<br>
  +
It is only code!</blockquote>
   
 
[[Category:Humor]]
 
[[Category:Humor]]

Revision as of 16:52, 6 December 2008

Haskell haikus

1st prize in 'Original code poems' in the "Waikato ACM Code Poetry Contest 2006":

Haskell is concise

Functional well-typed and neat

It is like Haiku

By FMota, preserved in Lambdabot:

Haskell's cryptic form

is natural to some folks

and so is Haiku's

Monad haikus

From Monad laws#But it doesn't look exactly like an "associative law"...:

Monad axioms:
Kleisli composition forms
a category.

From #haskell

empty list error:

this elegant program dies

so very quickly

less time debugging

more time downloading your brain

to the type system

type checker: "You fool!

What you request makes no sense -

rethink your bad code."

=== From haskell-cafe By Thomas Hartman:

You come for magic

silver bullets slaying bugs...

It is only code!