Tagged Questions
2
votes
3answers
110 views
Language features helpful for writing quines (self-printing programs)?
OK, for those who have never encountered the term, a quine is a "self-replicating" computer program. To be more specific, one which - upon execution - produces a copy of its own source code as its ...