00:06:33 [[9f87m4atttaaaou;]] https://esolangs.org/w/index.php?diff=88976&oldid=88777 * Challenger5 * (+61) add my implementation 00:11:04 -!- sprock has joined. 00:11:29 imode you're here too ? 00:11:48 -!- Lord_of_Life has quit (Read error: Connection reset by peer). 00:12:16 wait 00:12:24 how many people do i know that i can count 00:15:24 -!- Lord_of_Life has joined. 00:15:39 msmith12[m]: yup. 00:16:35 c itrons, c orbin, d aggy1234, and thats it i think 00:22:17 -!- sebbu has quit (Ping timeout: 268 seconds). 00:22:25 -!- sebbu3 has joined. 00:37:18 -!- arseniiv has quit (Ping timeout: 260 seconds). 01:05:05 -!- sebbu3 has changed nick to sebbu. 01:06:40 -!- earendel has quit (Ping timeout: 260 seconds). 01:12:04 -!- earendel has joined. 01:34:11 -!- Koen has quit (Remote host closed the connection). 01:38:47 -!- ski has quit (Ping timeout: 264 seconds). 01:53:13 Kit: Both the additive and subtractive models of color form monoids; there's a "zero" and an "addition" and everything associates correctly. The real question is whether you want to use light (additive) or paint colors (subtractive) for this. 02:52:14 -!- op_4 has quit (Quit: ZNC 1.8.2+deb2+b1 - https://znc.in). 02:52:54 -!- op_4 has joined. 03:13:12 02:51:03 i wont go into too much detail bc i dont want anybody to steal my idea 03:13:15 lol 03:13:29 people can't find time even for implementing own ones 03:27:45 interesting https://en.wikipedia.org/wiki/Impossible_color 03:28:08 now I want high hertz monitor for that spinning thing 03:43:46 -!- Everything has joined. 04:24:36 -!- citrons has quit (Quit: leaving). 05:13:09 -!- citrons has joined. 05:14:41 -!- citrons has quit (Client Quit). 05:14:58 -!- citrons has joined. 05:18:42 esolangs 05:27:52 -!- ski has joined. 05:41:09 -!- earendel has quit (Quit: Connection closed for inactivity). 06:07:03 -!- shikhin_ has joined. 06:07:11 -!- shikhin has quit (Ping timeout: 245 seconds). 06:07:48 -!- shikhin_ has changed nick to shikhin. 06:54:11 I had idea inventing dice rolling programming language 07:57:14 -!- Sgeo has quit (Read error: Connection reset by peer). 08:10:16 -!- hendursa1 has joined. 08:11:51 -!- hendursaga has quit (Ping timeout: 276 seconds). 08:37:48 -!- oerjan has joined. 08:39:16 -!- dermato has quit (Ping timeout: 252 seconds). 08:40:35 -!- dermato has joined. 08:49:28 -!- Everything has quit (Quit: leaving). 09:36:26 -!- Koen has joined. 10:23:19 -!- SGautam has joined. 10:55:05 -!- earendel has joined. 11:48:37 no matter how many times i look it up, my memory keeps forgetting again whether "trigger" has a hard g (yes) or a soft one. 11:48:51 `? oerjan 11:48:54 Your omnidryad saddle principal ideal "Darth Ook" oerjan the shifty eldrazi grinch is a punctual expert in minor compaction. Also a Groadep who minces Roald Dahl. He could never remember the word "amortized" so he put it here for convenience. His arkup-nemesis is mediawiki's default diff. He twice punned without noticing it. 11:49:19 `slwd orjan//s,for convenience,as a hard trigger, 11:49:20 Roswbud! 11:49:23 oops 11:49:29 `slwd oerjan//s,for convenience,as a hard trigger, 11:49:31 Once punned, twice shy. 11:49:31 oerjan//Your omnidryad saddle principal ideal "Darth Ook" oerjan the shifty eldrazi grinch is a punctual expert in minor compaction. Also a Groadep who minces Roald Dahl. He could never remember the word "amortized" so he put it here as a hard trigger. His arkup-nemesis is mediawiki's default diff. He twice punned without noticing it. 11:50:01 the evidence of shyness is inconclusive hth 12:32:53 [[M?!]] https://esolangs.org/w/index.php?diff=88977&oldid=70838 * Kaveh Yousefi * (+192) Added a hyperlink to my implementation of the M?! programming language on GitHub. 12:37:06 -!- wib_jonas has joined. 12:39:33 -!- arseniiv has joined. 13:34:34 [[M?!]] https://esolangs.org/w/index.php?diff=88978&oldid=88977 * Kaveh Yousefi * (+341) Introduced an Examples section with a Hello World! program as its initial member. 14:03:03 -!- Thelie has joined. 14:23:08 -!- Sgeo has joined. 14:32:51 -!- SGautam has quit (Quit: Connection closed for inactivity). 14:37:23 -!- earendel has quit (Quit: Connection closed for inactivity). 14:45:25 -!- SGautam has joined. 14:49:07 -!- Koen has quit (Quit: Leaving...). 15:16:02 -!- arseniiv has quit (Ping timeout: 260 seconds). 15:17:56 -!- arseniiv has joined. 15:35:29 -!- brettgilio has quit (Quit: Leaving...). 15:40:20 -!- brettgilio has joined. 15:43:16 do you like the "elsif" keyword? 15:43:41 I don't see why languages have this thing at all 15:53:09 -!- hendursa1 has quit (Quit: hendursa1). 15:53:40 -!- hendursaga has joined. 16:10:27 nakilon: it reduces deep nesting of syntax without reintroducing the "dangling else" problem 16:10:34 -!- dutch has quit (Quit: WeeChat 3.3). 16:12:12 well, depending on the rest of the syntax. 16:14:14 it makes little sense if the general syntax still has the dangling else problem 16:16:28 -!- dutch has joined. 16:17:53 for an intendation-based language, you could instead make a rule like "if following else does not need its own indentation block" 16:18:14 hm does python already do that? 16:18:45 (haskell doesn't, but it also doesn't have dangling else because you cannot leave out the else) 16:21:22 doesn't look like it 16:22:53 hm looking at python's actual syntax, there's no real reason it couldn't use "else if" instead of "elif". 16:23:46 hm except that's not the same as "else: if" which _would_ go against the indentation rules 16:24:44 but anyway, a keyword is still avoiding an extra syntax level 16:28:29 -!- river has joined. 16:53:11 -!- wib_jonas has quit (Quit: Client closed). 16:58:16 -!- arseniiv has quit (Ping timeout: 258 seconds). 17:04:17 -!- Thelie has quit (Remote host closed the connection). 17:17:47 -!- sprock has quit (Ping timeout: 264 seconds). 17:28:03 [[User:Rphii]] M https://esolangs.org/w/index.php?diff=88979&oldid=88949 * Rphii * (+444) cool table go brr 17:29:15 [[User:Rphii]] M https://esolangs.org/w/index.php?diff=88980&oldid=88979 * Rphii * (+4) /* My Languages */ 17:45:09 -!- arseniiv has joined. 17:50:10 -!- chiselfuse has joined. 17:50:53 -!- river has quit (Quit: Leaving). 18:12:23 -!- sprock has joined. 18:50:55 -!- Hooloovoo has quit (Ping timeout: 252 seconds). 18:56:44 [[Hoverfly]] N https://esolangs.org/w/index.php?oldid=88981 * Kemuri * (+1892) Created page with "==Hoverfly== hoverfly was intended to be a 'normal' language, however, since I am new to parsing, I downgraded the syntax to the lowest and it became an interesti..." 19:13:42 [[Hoverfly]] https://esolangs.org/w/index.php?diff=88982&oldid=88981 * Kemuri * (+272) 19:22:15 -!- chiselfuse has quit (Remote host closed the connection). 19:26:56 -!- Hooloovoo has joined. 19:32:49 -!- chiselfuse has joined. 19:37:18 -!- chiselfuse has quit (Client Quit). 19:37:44 -!- chiselfuse has joined. 19:53:36 oerjan: My impression is that long if-else chains don’t come up much in Haskell, because part of what those do in other langs is instead expressed as pattern matching (and then you can just use guards). On the other hand, presumably there was a reason that the MultiWayIf extension got added. 20:32:30 Melvar: ah yes. well, writing case () of _ | ... just to simulate if-else chains does look a bit silly 20:34:10 https://store.steampowered.com/app/1444480/Turing_Complete/ 20:34:25 https://store.steampowered.com/app/1276070/Manufactoria_2022/ 20:37:39 https://store.steampowered.com/app/1720850/AB/ 20:44:17 What, has someone turned /// into a game? 20:44:40 yes 20:44:52 i dont think they were aware of // 20:51:08 From https://store.steampowered.com/tags/en/Programming/ I see there's also a regex puzzle game. 20:51:47 wish I could do that and get money for it. 20:52:27 I think I saw https://store.steampowered.com/app/619150/while_True_learn/ before too. 20:52:55 Both cats and machine learning are relevant to my interests, but OTOH it seemed a little bit too educational maybe. 21:12:02 -!- zzo38 has quit (Quit: Shut off to clean the computer). 21:23:30 -!- sprock has quit (Ping timeout: 260 seconds). 21:54:36 -!- oerjan has quit (Quit: Nite). 22:39:35 -!- zzo38 has joined. 22:47:47 [[BOOMOP]] M https://esolangs.org/w/index.php?diff=88983&oldid=88959 * Rphii * (+12) wording: "side" becomes "edge" 22:51:48 [[User:Rphii]] M https://esolangs.org/w/index.php?diff=88984&oldid=88980 * Rphii * (+0) 22:52:36 -!- hendursaga has quit (Ping timeout: 276 seconds). 22:52:51 -!- SGautam has quit (Quit: Connection closed for inactivity). 22:54:38 [[BOOMOP]] M https://esolangs.org/w/index.php?diff=88985&oldid=88983 * Rphii * (+0) 22:58:03 [[BOOMOP]] M https://esolangs.org/w/index.php?diff=88986&oldid=88985 * Rphii * (+0) r 23:05:36 [[BOOMOP]] M https://esolangs.org/w/index.php?diff=88987&oldid=88986 * Rphii * (+27) /* Flow */ fix what didn't come out of my head 23:05:42 -!- arseniiv has quit (Ping timeout: 265 seconds). 23:21:17 -!- hendursaga has joined. 23:57:00 Why does the computer make a lot of noise for several minutes after it is turned on but then it isn't quite so loud after that?