What are quines? Any specific purpose to have them?
- by Andriyev
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?