By rick
via haikode.com
Published: Sep 19 2006 / 20:32
Haikode: Where code meets poetry. Most people think of code strictly as a way to get the job done, however I think that code can also be a tool to get an idea or message across. Also, I was inspired by others who write code poetry, or just love to code.
Comments
murban replied ago:
***
var intLaid
while (wife == false)
{
pickUpChicks()
intLaid++
}
***
Shouldn't that actually be:
while (wife == false)
{
pickUpChicks()
var randomChance = Math.floor(Math.random()*1000000)
if (randomChance == 500000) {
// One chance in a million it will actually happen
intLaid++
}
}
hoomant replied ago:
while (true) linksList[haiKode].score++;
That was sooooooooooo coooooooool!
hoeken replied ago:
Hey all. I'm the guy that started that site. I'm really glad you like it. I found dzone via my referrers, and I gotta say, this site rocks. As a developer I like sites focused more on the programming side.
Also, I wanted to let you know that haikode allows anonymous posting... so feel free to post updates to your code =)
Voters For This Link (13)
Voters Against This Link (0)