Timeline for Shortest infinite loop producing no output
Current License: CC BY-SA 3.0
10 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 2, 2016 at 8:05 | comment | added | shrx | Yeah it works in 10.3.1 and 10.4.0 for me. | |
| Apr 2, 2016 at 0:00 | comment | added | LegionMammal978 | @shrx Now that I think about it, are you sure that it works? It gives me an error on v10.1. | |
| Mar 9, 2016 at 20:49 | history | edited | LegionMammal978 | CC BY-SA 3.0 |
added 5 characters in body
|
| Mar 9, 2016 at 20:49 | comment | added | LegionMammal978 |
@shrx Remember that ∞ is 3 bytes long in UTF-8.
|
|
| Mar 9, 2016 at 20:48 | history | edited | LegionMammal978 | CC BY-SA 3.0 |
added 5 characters in body
|
| Mar 9, 2016 at 20:48 | comment | added | shrx |
2 bytes shorter: 0~Do~∞
|
|
| Oct 3, 2015 at 20:56 | comment | added | LegionMammal978 |
@MartinBüttner In fact, I was about to use your third suggestion before remembering about $IterationLimit...
|
|
| Oct 3, 2015 at 19:15 | comment | added | Martin Ender |
Alternatives with the same byte count: For[,1>0,] and While@True. Unfortunately #0[]&[] hits the iteration limit pretty quickly and exits with an error.
|
|
| Oct 3, 2015 at 0:34 | review | Low quality posts | |||
| Oct 3, 2015 at 0:45 | |||||
| Oct 3, 2015 at 0:16 | history | answered | LegionMammal978 | CC BY-SA 3.0 |