There comes a time in every person's life when he or she must quine. This evening, gentle readers, that bell tolled for me. I was pretty happy with my initial attempt in Python:
qu = '\x22\x22\x22'
def pr(p): print p; print "pr(r%s%s%s)" % (qu,p,qu)
pr(r"""qu = '\x22\x22\x22'
def pr(p): print p; print "pr(r%s%s%s)" % (qu,p,qu)""")
Not very
(
Read more... )