Timeline for Shortest code to produce infinite output
Current License: CC BY-SA 3.0
10 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 22, 2018 at 7:03 | comment | added | Miral | Actually it will be able to continue indefinitely. Naming a batch file to run without using call replaces the prior batch execution with the new one. So this is a tail-call, not recursion. | |
| Jun 3, 2017 at 4:04 | comment | added | phil294 | @EriktheOutgolfer might? How will this not crash at some point due to infinite recursion? I don't see how this could go on for multiple hours | |
| Oct 6, 2016 at 10:37 | comment | added | Erik the Outgolfer | How it works: %0 doesn't have an @, so it would constantly output something like ...> %0. This might just eat the whole RAM up sometime though, since it is recursive. | |
| Dec 13, 2015 at 1:16 | comment | added | Patrick Purcell | This is awesome! | |
| Nov 20, 2014 at 19:57 | comment | added | Qwertiy | It's really great!!! | |
| Feb 13, 2014 at 2:21 | comment | added | unclemeat | Close second place, man. Well done. I've only ever seen one answer where Batch has won it. | |
| S Jan 14, 2014 at 17:04 | review | Low quality posts | |||
| Jan 14, 2014 at 17:32 | |||||
| S Jan 14, 2014 at 17:04 | review | Late answers | |||
| Jan 14, 2014 at 17:24 | |||||
| S Jan 14, 2014 at 17:04 | review | First posts | |||
| Jan 14, 2014 at 17:13 | |||||
| Jan 14, 2014 at 16:45 | history | answered | teh_senaus | CC BY-SA 3.0 |