Timeline for "Hello, World!"
Current License: CC BY-SA 4.0
23 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 4, 2023 at 9:49 | history | edited | mousetail | CC BY-SA 4.0 |
added 3 characters in body
|
| S Jan 4, 2023 at 8:56 | history | suggested | Community Bot | CC BY-SA 4.0 |
Add TIO links
|
| Jan 4, 2023 at 8:10 | review | Suggested edits | |||
| S Jan 4, 2023 at 8:56 | |||||
| Mar 27, 2018 at 20:35 | comment | added | LukStorms | @KevinCruijssen In that case, your solution has now been noted in the answer. Whitespace is one of the most unlikely languages to golf in. But for the sake of saving bytes your findings are worth mentioning. | |
| Mar 27, 2018 at 20:28 | history | edited | LukStorms | CC BY-SA 3.0 |
Added the "exit by error" version from @KevinCruijssen
|
| Mar 27, 2018 at 20:08 | comment | added | Kevin Cruijssen |
Nah, I won't post a separated answer. It's basically the same as yours, just a tiny bit shorter due to exit by error. I also just realized I can lower it to 126 instead of 129 by removing the SSN at the start, in which case it errors with Can't do Infix Plus when it only has a single item on the stack (the 107). (Try it online.) I'll just leave my comment here when anyone has the same suggestion. And I've already +1-ed your answer about a year ago I think. ;)
|
|
| Mar 27, 2018 at 19:49 | comment | added | LukStorms |
@KevinCruijssen I finally checked your version. It's basically the old version with the assembly dup jumpz e and the e: exit removed. But at least on whitespace.kauaveel.ee it keeps on looping till the browser complains. I'd rather not change my version to that, despite the lower golf and the meta allowing "exit by error". But you're free to submit your version as a new answer.
|
|
| Mar 16, 2018 at 15:44 | comment | added | Kevin Cruijssen |
I know it's been a while, and I see you're mentioning it does run without the exit-label on most compilers, but you can lower it to 129 bytes by exiting with an error using an SSN (error value) instead of SSSN (push 0), which is allowed according to the meta. Try it online (with added highlighting and explanation), or try it online raw.
|
|
| Jul 26, 2016 at 20:31 | history | edited | LukStorms | CC BY-SA 3.0 |
not sure why anyone would even care about a hexdump. But the previous dump missed a hex.
|
| S Jul 4, 2016 at 15:14 | history | suggested | TRiG | CC BY-SA 3.0 |
Added hexdump.
|
| Jul 4, 2016 at 14:20 | review | Suggested edits | |||
| S Jul 4, 2016 at 15:14 | |||||
| Sep 1, 2015 at 10:56 | history | edited | LukStorms | CC BY-SA 3.0 |
corrections
|
| Aug 30, 2015 at 16:02 | history | edited | LukStorms | CC BY-SA 3.0 |
added 144 characters in body
|
| Aug 30, 2015 at 13:56 | history | edited | LukStorms | CC BY-SA 3.0 |
should be the most golfed code that runs without an error
|
| Aug 30, 2015 at 13:00 | history | edited | LukStorms | CC BY-SA 3.0 |
added 145 characters in body
|
| Aug 28, 2015 at 21:56 | history | edited | LukStorms | CC BY-SA 3.0 |
added 1 character in body
|
| Aug 28, 2015 at 21:39 | history | edited | LukStorms | CC BY-SA 3.0 |
more details
|
| Aug 28, 2015 at 15:27 | history | edited | LukStorms | CC BY-SA 3.0 |
added link
|
| Aug 28, 2015 at 15:08 | history | edited | LukStorms | CC BY-SA 3.0 |
deleted 3 characters in body
|
| Aug 28, 2015 at 14:50 | history | edited | LukStorms | CC BY-SA 3.0 |
deleted 43 characters in body
|
| Aug 28, 2015 at 14:27 | history | edited | LukStorms | CC BY-SA 3.0 |
added 13 characters in body
|
| Aug 28, 2015 at 13:20 | history | edited | LukStorms | CC BY-SA 3.0 |
deleted 3 characters in body
|
| Aug 28, 2015 at 13:16 | history | answered | LukStorms | CC BY-SA 3.0 |