Hacker News new | ask | show | jobs
by burgerbrain 5432 days ago
If you consider outputs for equations other than Cartesian graphs, then Quines should get you what you want.

https://secure.wikimedia.org/wikipedia/en/wiki/Quines

1 comments

Yes, I think a "Cartesian" quine would be pretty tough to create, because you're going from a symbolic representation to an inefficient visual representation. Could a more efficient visual representation solve it? One approach might be to output a bitmap that looks like this:

gunzip(########)

where ######## is a bitmap representation of the raw input to gunzip.