- Deal with forgetting about putting the garbage out this morning (all your trash is still on the fire escape)
- Get the Subversion repository from chromatic's experimental cyberspace game project
- Paper-test the palindrome methods (using minimal wordlists to tax my minimal mind minimally) and determine something reasonable to implement
-
Figure out why I thought an implementation of
chip
was a good idea
- Flop exhaustedly into bed and sleep
sub chip {
reverse(chop(reverse($_[0])));
}
chip?
merlyn on 2003-10-06T21:43:49
Why are you reversing the more-or-less useless output of chop?
Re:chip?
chaoticset on 2003-10-07T17:16:40
I believe it is intended as a joke, but I have a lengthy history of taking jokes seriously...