Hacker News new | ask | show | jobs
by ThisIBereave 3747 days ago
Interesting implementation detail

while "pigs" != "fly":

1 comments

My favourite when writing C is:

    #define ever (;;)
    ...
    for ever {
        ...
    }
Hello, I'm the author, this is nice! Please send a PR if there's a Python version.