Hacker News new | ask | show | jobs
by arfar 3747 days ago
My favourite when writing C is:

    #define ever (;;)
    ...
    for ever {
        ...
    }
1 comments

Hello, I'm the author, this is nice! Please send a PR if there's a Python version.