Timeline for Uncollapse digits
Current License: CC BY-SA 3.0
12 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 21, 2017 at 22:13 | comment | added | Luca H | @Titus on won't work because it will trigger on "zeronine". t[wh] does not save any bytes, but .i does, so I used it. Thank you for that. | |
| Nov 21, 2017 at 21:40 | history | edited | Luca H | CC BY-SA 3.0 | improvement |
| Nov 21, 2017 at 15:06 | comment | added | Titus | on|t[wh]|.i|[fsz] (-4 bytes) | |
| Nov 21, 2017 at 14:20 | comment | added | Luca H | @Forty3 thanks for the advice, good call. I wanted to have everything unique, but it simply has not to be occuring anywhere else. | |
| Nov 21, 2017 at 14:18 | history | edited | Luca H | CC BY-SA 3.0 | added 1 character in body |
| Nov 21, 2017 at 14:02 | comment | added | Forty3 | @LucaH - per FrownyFrog's suggestion, you can reduce a few of your two-letter strings to single characters: z|f|s instead of ze|fo|fi|si|se/ | |
| Nov 21, 2017 at 13:42 | comment | added | Luca H | @Neil it is longer here because it is using f=(s)=> instead of s->, which is 4 bytes shorter. | |
| Nov 21, 2017 at 13:29 | comment | added | Neil | JavaScript should be 2 bytes shorter (g regex suffix instead of All). | |
| Nov 21, 2017 at 11:22 | comment | added | Luca H | @KevinCruijssen thank you! I am honestly suprised that Java is shorter than JavaScript. Usually when I am reading challenges, JS is a lot shorter. | |
| Nov 21, 2017 at 11:08 | history | edited | Luca H | CC BY-SA 3.0 | added 341 characters in body |
| Nov 21, 2017 at 10:55 | comment | added | Kevin Cruijssen | Hi, welcome to PPCG! Great first answer, and it indeed works. Here is the TIO link for it. Lambdas can be created in multiple ways. Here is another TIO with some lambdas with added comments so you can see how to create them yourself. (I suggest copying it to Eclipse so you can see the highlighting of the code.) Also, Tips for golfing in Java and Tips for golfing in all languages might be interesting to read. Enjoy your stay! :) | |
| Nov 21, 2017 at 10:17 | history | answered | Luca H | CC BY-SA 3.0 |