Timeline for Tips for golfing in 05AB1E
Current License: CC BY-SA 4.0
18 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 16, 2023 at 9:49 | history | edited | Kevin Cruijssen | CC BY-SA 4.0 |
Fixed now->not typo
|
| Feb 4, 2022 at 14:06 | history | edited | Kevin Cruijssen | CC BY-SA 4.0 |
Added tip about δ (apply double-vectorized) on two integer-arguments
|
| Sep 21, 2020 at 10:54 | history | edited | Kevin Cruijssen | CC BY-SA 4.0 |
added 1434 characters in body
|
| Jul 13, 2020 at 7:21 | history | edited | Kevin Cruijssen | CC BY-SA 4.0 |
Added `»` to the tips (joins inner lists by spaces before joining by newlines), since I noticed it was missing (and this feature is also not documented)
|
| Jun 17, 2020 at 9:04 | history | edited | Community Bot |
Commonmark migration
|
|
| Apr 22, 2020 at 7:02 | comment | added | Kevin Cruijssen | @petStorm You're right, clarified that it shouldn't have input, which is implicitly used by the stack. | |
| Apr 22, 2020 at 7:02 | history | edited | Kevin Cruijssen | CC BY-SA 4.0 |
added 44 characters in body
|
| Apr 22, 2020 at 5:35 | comment | added | user92069 | The last tip only works if there is no input from the console. E.g. this is an example of the tip not working correctly. So this tip probably works for all 05AB1E built-ins here. | |
| Apr 9, 2020 at 15:23 | history | edited | Kevin Cruijssen | CC BY-SA 4.0 |
Added tip about how some builtins will use the last value that was on the stack, even if the stack is now empty.
|
| Feb 28, 2020 at 13:18 | history | edited | Kevin Cruijssen | CC BY-SA 4.0 |
Added undocumented feature `ün` (n being an integer) to create a list of substrings of length n
|
| Sep 6, 2019 at 14:00 | history | edited | Kevin Cruijssen | CC BY-SA 4.0 |
added 463 characters in body
|
| May 7, 2019 at 17:39 | history | edited | Kevin Cruijssen | CC BY-SA 4.0 |
Added tip about 1ö to get the sum of digits while vectorizing
|
| Feb 22, 2019 at 11:48 | history | edited | Kevin Cruijssen | CC BY-SA 4.0 |
Removed `*`, since `×` works the same.
|
| Nov 2, 2018 at 10:07 | history | edited | Kevin Cruijssen | CC BY-SA 4.0 |
added 821 characters in body
|
| Oct 15, 2018 at 16:25 | history | edited | Kevin Cruijssen | CC BY-SA 4.0 |
Added bullet-point about multiple loose filters vs single combined filter
|
| Aug 10, 2018 at 15:21 | history | edited | Kevin Cruijssen | CC BY-SA 4.0 |
added 434 characters in body
|
| Aug 9, 2018 at 20:02 | history | edited | Kevin Cruijssen | CC BY-SA 4.0 |
Added palindrome check (bifurcate & equal)
|
| Jun 7, 2018 at 13:41 | history | answered | Kevin Cruijssen | CC BY-SA 4.0 |