| 00:06:34 | * | insanescholar quit (Ping timeout: 255 seconds) |
| 00:09:44 | * | sdothum quit (Remote host closed the connection) |
| 00:12:05 | * | sdothum joined #nim |
| 00:15:43 | FromDiscord | <DetermiedNim1> In reply to @b0rsuk "Optimizing for the fewest": ruby is my favorite code-golfing lang |
| 00:16:01 | * | sdothum quit (Remote host closed the connection) |
| 00:16:23 | * | insanescholar joined #nim |
| 00:16:29 | FromDiscord | <DetermiedNim1> i've used `$>` and `$<` (stdout, stdin) so many times lol |
| 00:17:17 | FromDiscord | <DetermiedNim1> (edit) "(stdout," => "(stdout &" |
| 00:18:46 | * | sdothum joined #nim |
| 00:40:33 | * | sdothum quit (Remote host closed the connection) |
| 00:43:09 | * | sdothum joined #nim |
| 03:52:18 | * | om3ga quit (Ping timeout: 257 seconds) |
| 06:22:46 | * | om3ga joined #nim |
| 06:42:17 | FromDiscord | <janakali> In reply to @b0rsuk "Recently I've been code": it's just a different discipline. Like if you compare competitive sport to fitness/training. |
| 06:42:33 | FromDiscord | <janakali> or speedrunning videogames |
| 06:43:43 | FromDiscord | <janakali> although some people like to write short obscure tricky code casually, especially ..ahem.. Pythonistas ..ahem.. |
| 07:16:29 | FromDiscord | <b0rsuk> In reply to @determiedmech1 "ruby is my favorite": Someone on another server called Ruby a "write-only language", alongside Perl. Now I believe it. |
| 07:23:36 | FromDiscord | <tapeda> People say the same about APL, I like it tho, it might seem like it's obfuscation and overly terse. But after a while you really think in ⌽⍉⍟ |
| 07:26:52 | * | insanescholar quit (Ping timeout: 267 seconds) |
| 07:34:12 | FromDiscord | <DetermiedNim1> In reply to @b0rsuk "Someone on another server": what |
| 07:34:35 | FromDiscord | <DetermiedNim1> ruby is usually really readable unless you're writing bs for code-golfing |
| 07:36:16 | * | insanescholar joined #nim |
| 07:40:54 | * | insanescholar quit (Ping timeout: 263 seconds) |
| 07:42:48 | FromDiscord | <DetermiedNim1> sent a code paste, see https://paste.rs/P7KRy |
| 07:49:24 | FromDiscord | <b0rsuk> Oh, so it uses a lot of punctuation.↵I've been comparing two `jq` lines that do the same thing, and have the same number of characters. I concluded that I prefer the one with fewer punctuation and more letters. |
| 08:23:44 | FromDiscord | <DetermiedNim1> :wtv is a symbol and `..` here is right-inclusive range |
| 08:24:19 | FromDiscord | <DetermiedNim1> . is the "send message" operator (smalltalk-style OOP) |
| 08:24:46 | FromDiscord | <DetermiedNim1> In reply to @b0rsuk "Oh, so it uses": what do the jq lines do? |