What are quines? Any specific purpose to have them?

Posted by Andriyev on Stack Overflow See other posts from Stack Overflow or by Andriyev
Published on 2009-07-10T20:39:52Z Indexed on 2010/03/13 0:17 UTC
Read the original article Hit count: 477

Filed under:
|

I came across this term - Quine (also called self-reproducing programs). Just wanted to know more on it. How does one write a quine and are they used anywhere or they are just an exercise for fun?

I've started with Python, and I might try writing one in Python. Any suggestions?

© Stack Overflow or respective owner

Related posts about quine

Related posts about python