Timeline for Non-discriminating Programming
Current License: CC BY-SA 3.0
11 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 5, 2019 at 14:54 | comment | added | Robin Ryder | 90 bytes, using a different strategy. | |
| Mar 2, 2018 at 9:58 | comment | added | JDL | golfed away those 16 now. It might be possible to remove the ; as well, though it will be tricky (perhaps starting pi[[1-!1]]&&... and having "1" instead of 1 somewhere? | |
| Mar 2, 2018 at 9:55 | history | edited | JDL | CC BY-SA 3.0 | removed 16 bytes and nicer name |
| Mar 2, 2018 at 8:51 | comment | added | JDL | Vlo, they are equivalent to blank lines (I could have used \n in place of each of the ;) | |
| Mar 2, 2018 at 8:32 | comment | added | John Dvorak | some possible anagrams: no pip-bonded cupboard bureaucracies; RIP carbonaceous barbecued pound dip. Found using wordplays.com/anagrammer | |
| Mar 1, 2018 at 22:09 | comment | added | Vlo | Can someone explain to me why the two semicolons after table(strsplit(l,"",,,)[[1.]]); are legal? | |
| Mar 1, 2018 at 18:09 | comment | added | Giuseppe | This is code-golf, so byte count is important, per your comment. | |
| Mar 1, 2018 at 18:02 | comment | added | Giuseppe | also all the . seem to be superfluous. | |
| Mar 1, 2018 at 17:59 | comment | added | Giuseppe | do you need the spaces? you could also try utf8ToInt instead of strsplit, but not sure if that'll help. Also maybe include a link to TIO? | |
| Mar 1, 2018 at 17:25 | comment | added | JDL | don't know if byte count is important but we can probably remove the 2s and the >s, by switching round the comparison with f. Also can use = instead of <<-. strsplit is probably unavoidable though, which is the source of most of the other characters. | |
| Mar 1, 2018 at 17:20 | history | answered | JDL | CC BY-SA 3.0 |