August 22, 2003

The Monkey Shakespeare Simulator

Who cares about Flarf -- a monkey could write it!

Monkey Shakespeare Simulator

Speaking of which, what do you think of the new FSC header?

Posted by Brian Stefans at August 22, 2003 01:00 PM | TrackBack
Comments

VERY nice, Brian. Too wide for my monitor (like Ron's blog), but swell design nonetheless.

Actually, when I think about it, FSC has been too wide for my monitor since the arrival of Madame S.

Posted by: Kasey at August 22, 2003 02:21 PM

Yeah, but that monkey thing has since been debunked. In real world experiments, monkeys have proven merely to type the letter "S" a lot and also to urinate and defecate on the keyboard quite enthusiastically.

Posted by: Tim Peterson at August 22, 2003 03:57 PM

I LOVE the new header, BKS, esp. its SITE-SPECIFIcity -- but like Kasey cannot see all of it.

xoox
nada

Posted by: Nada at August 23, 2003 09:22 PM

The Stack is just what it sounds like: a tower of things that starts at the bottom and builds upward as it goes. In our case, the things in the stack are called "Stack Frames" or just "frames". We start with one stack frame at the very bottom, and we build up from there.

Posted by: Bridget at January 19, 2004 02:00 AM

Being able to understand that basic idea opens up a vast amount of power that can be used and abused, and we're going to look at a few of the better ways to deal with it in this article.

Posted by: Helegor at January 19, 2004 02:01 AM

This will allow us to use a few functions we didn't have access to before. These lines are still a mystery for now, but we'll explain them soon. Now we'll start working within the main function, where favoriteNumber is declared and used. The first thing we need to do is change how we declare the variable. Instead of

Posted by: Chroferus at January 19, 2004 02:02 AM

But variables get one benefit people do not

Posted by: Thomasina at January 19, 2004 02:03 AM

Note the new asterisks whenever we reference favoriteNumber, except for that new line right before the return.

Posted by: Samuel at January 19, 2004 02:03 AM