io
about
blog
community
docs
downloads

    2006 12 05         A Shorter Quine

    thisMessage is a now method on Object which returns the calling message object in the AST. One fun use for it is a very tiny quine:

    thisMessage print
    
    Note: you will need to be running the latest darcs version of Io to try this.