Hacker News new | ask | show | jobs
by klyrs 2617 days ago
A generic (pseudo) quine is:

   s = "print escape(s)\n{payload}"
   print "s = "
   print escape(s)
   {payload}
So if you wanna do extra stuff on top of being a quine, just write that program and bootstrap with escape()