Timeline for Shortest code to produce infinite output
Current License: CC BY-SA 4.0
12 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 17, 2020 at 9:04 | history | edited | CommunityBot | Commonmark migration | |
| Sep 11, 2019 at 12:58 | history | edited | Shaun Moore | CC BY-SA 4.0 | added 16 characters in body |
| Feb 13, 2018 at 9:04 | comment | added | chocochaos | First, you can leave out the curcly braces, since there is only one statement in the loop anyway: while(1)echo 0;. To golf it further, you can use print instead of echo. Print allways returns 1, so you can then use it inside your while, golfing it to while(print 0);. You can get it even smaller if you're going for infinite error output: while(a);. | |
| Oct 13, 2017 at 15:30 | comment | added | Riker | It was pretty good! Best I could have gotten, at least. Most of the other answers are in golfing languages, which are much shorter, but don't let that discourage you! | |
| Oct 12, 2017 at 16:27 | comment | added | Shaun Moore | Thanks! How was my attempt? Not as good as the others how do thy do it? :L | |
| Oct 12, 2017 at 15:00 | review | Low quality posts | |||
| Oct 12, 2017 at 15:05 | |||||
| Oct 12, 2017 at 14:58 | comment | added | Riker | Welcome to PPCG! Hope you stick around! | |
| Oct 12, 2017 at 14:58 | history | edited | Riker | CC BY-SA 3.0 | deleted 3 characters in body |
| S Oct 12, 2017 at 14:24 | review | Low quality posts | |||
| Oct 12, 2017 at 14:58 | |||||
| S Oct 12, 2017 at 14:24 | review | Late answers | |||
| Oct 12, 2017 at 14:26 | |||||
| Oct 12, 2017 at 14:09 | review | First posts | |||
| Oct 12, 2017 at 14:12 | |||||
| Oct 12, 2017 at 14:06 | history | answered | Shaun Moore | CC BY-SA 3.0 |