in reply to Fuzzy Logic Functions: An Overview

Nice link, Brunching Shuttlecocks seems to have plenty of amusing geekery.
I especially liked the Advert Code quiz, which gets massive respect for being written in pseudo-Perl ;-)
if (pop()) { while (1) { # infinite loop pop(); } }

Replies are listed 'Best First'.
RE: RE: Fuzzy Logic Functions: An Overview
by jeorgen (Pilgrim) on Oct 05, 2000 at 16:41 UTC
    while (time < $selling_time) { next; } &sell($product);
    Gosh, they're at it, do they never sleep?

    (update: Anything from this guy seems to be hilarious, like this or this. Not perl-related though.)

    /jeorgen