Timeline for Program that creates larger versions of itself (quine-variant)
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 7, 2021 at 9:35 | comment | added | Matthew Willcockson |
One that meets the new quine definitions is: s='s=%r;print(s%%s*2);';print(s%s)
|
|
| Oct 7, 2021 at 9:24 | comment | added | Matthew Willcockson |
The lambda isn't needed if the file ends in a newline character: print(open(__file__).read()*2)
|
|
| Jun 17, 2020 at 9:04 | history | edited | Community Bot |
Commonmark migration
|
|
| Feb 25, 2014 at 2:22 | comment | added | AJMansfield | @PetrPudlák Nor are any programs in this question. This is a quine-variant problem, not strict quining. | |
| Feb 24, 2014 at 19:13 | comment | added | Petr | This isn't a quine. See the definition. | |
| Feb 23, 2014 at 20:46 | review | First posts | |||
| Feb 23, 2014 at 20:49 | |||||
| Feb 23, 2014 at 20:28 | history | answered | user1547129 | CC BY-SA 3.0 |