| |
| | quine Computer Encyclopedia Enterprise Resource Directory Complete Guide to Internet (Site not responding. Last check: 2007-10-21) |
 | | Devising the shortest possible quine in some given programming language is a common hackish amusement. |
 | | In fact any quine can be considered as a {fixed point} of the language's evaluation mechanism. |
 | | Here is a classic {C} quine for {ASCII} machines: char*f="char*f=%c%s%c;main() {printf(f,34,f,34,10);}%c"; main(){printf(f,34,f,34,10);} For excruciatingly exact quinishness, remove the interior line break. |
| www.jaysir.com /computer-encyclopedia/q/quine-computer-terms.htm (286 words) |
|