Newest at the top
2025-07-21 17:58:33 +0200 | jespada | (~jespada@2800:a4:2242:c500:b1df:e407:a7ed:59f6) jespada |
2025-07-21 17:58:04 +0200 | jespada | (~jespada@2800:a4:2242:c500:c3f:3826:75da:364f) (Ping timeout: 265 seconds) |
2025-07-21 17:57:08 +0200 | SlackCoder | (~SlackCode@remote.nationalgallery.org.ky) (Read error: Connection reset by peer) |
2025-07-21 17:57:05 +0200 | jespada_ | (~jespada@2800:a4:2242:c500:5440:52e2:f14f:ac13) jespada |
2025-07-21 17:56:29 +0200 | biberu | (~biberu@user/biberu) (Read error: Connection reset by peer) |
2025-07-21 17:56:17 +0200 | athan | (~athan@syn-047-132-161-157.res.spectrum.com) (Quit: Konversation terminated!) |
2025-07-21 17:50:09 +0200 | athan | (~athan@syn-047-132-161-157.res.spectrum.com) athan |
2025-07-21 17:45:15 +0200 | cashew | (~cashewsta@pool-71-169-14-231.pghkny.fios.verizon.net) (Client Quit) |
2025-07-21 17:44:23 +0200 | cashew | (~cashewsta@pool-71-169-14-231.pghkny.fios.verizon.net) |
2025-07-21 17:43:47 +0200 | Frostillicus | (~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) |
2025-07-21 17:42:59 +0200 | Frostillicus | (~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Read error: Connection reset by peer) |
2025-07-21 17:40:42 +0200 | gmg | (~user@user/gehmehgeh) gehmehgeh |
2025-07-21 17:40:16 +0200 | Lycurgus | (~juan@user/Lycurgus) (Quit: irc.renjuan.org (juan@acm.org)) |
2025-07-21 17:38:06 +0200 | trickard_ | (~trickard@cpe-62-98-47-163.wireline.com.au) |
2025-07-21 17:37:52 +0200 | trickard_ | (~trickard@cpe-62-98-47-163.wireline.com.au) (Read error: Connection reset by peer) |
2025-07-21 17:33:07 +0200 | lortabac | (~lortabac@2a01:e0a:541:b8f0:55ab:e185:7f81:54a4) (Quit: WeeChat 4.5.2) |
2025-07-21 17:27:25 +0200 | Square2 | (~Square@user/square) Square |
2025-07-21 17:27:16 +0200 | Lycurgus | (~juan@user/Lycurgus) Lycurgus |
2025-07-21 17:26:52 +0200 | Lycurgus | (~juan@user/Lycurgus) (Client Quit) |
2025-07-21 17:26:52 +0200 | WorldControl | (~juan@121.sub-75-246-203.myvzw.com) (Client Quit) |
2025-07-21 17:26:27 +0200 | WorldControl | (~juan@121.sub-75-246-203.myvzw.com) |
2025-07-21 17:25:40 +0200 | Frostillicus | (~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) |
2025-07-21 17:25:13 +0200 | tromp | (~textual@2001:1c00:3487:1b00:e568:6986:f662:22ea) |
2025-07-21 17:24:52 +0200 | simplystuart | (~simplystu@c-75-75-152-164.hsd1.pa.comcast.net) |
2025-07-21 17:24:37 +0200 | Lycurgus | (~juan@user/Lycurgus) Lycurgus |
2025-07-21 17:24:18 +0200 | simplystuart | (~simplystu@c-75-75-152-164.hsd1.pa.comcast.net) (Ping timeout: 252 seconds) |
2025-07-21 17:23:19 +0200 | <int-e> | EvanR: I see you're embracing pure laziness. |
2025-07-21 17:20:20 +0200 | Frostillicus | (~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Read error: Connection reset by peer) |
2025-07-21 17:18:40 +0200 | SlackCoder | (~SlackCode@remote.nationalgallery.org.ky) SlackCoder |
2025-07-21 17:18:04 +0200 | merijn | (~merijn@77.242.116.146) merijn |
2025-07-21 17:15:51 +0200 | <EvanR> | that code wasn't meant to be executed. The AST for that code we never meant to be compiled. The string containing the raw code characters was never meant to be parsed |
2025-07-21 17:05:58 +0200 | merijn | (~merijn@77.242.116.146) (Ping timeout: 240 seconds) |
2025-07-21 17:04:37 +0200 | <sprout> | code was never meant to be executed anyway |
2025-07-21 17:04:23 +0200 | <EvanR> | there are 4 lights |
2025-07-21 17:04:13 +0200 | <int-e> | sprout: with great power comes great responsibility |
2025-07-21 17:03:42 +0200 | <lambdabot> | 5 |
2025-07-21 17:03:41 +0200 | <sprout> | > let 2 + 2 = 5 in 2 + 2 |
2025-07-21 17:02:07 +0200 | <int-e> | (it's not without downsides; most notable, it doesn't work well together with `where`) |
2025-07-21 17:01:53 +0200 | EvanR | (~EvanR@user/evanr) EvanR |
2025-07-21 17:00:11 +0200 | ttybitnik | (~ttybitnik@user/wolper) (Remote host closed the connection) |
2025-07-21 16:59:26 +0200 | <int-e> | the problem with just disallowing shadowing is that it doesn't prevent you from using the old value |
2025-07-21 16:59:08 +0200 | <int-e> | this is why I actually use the foo x | x <- x+1 = x style (in moderation) |
2025-07-21 16:57:43 +0200 | <merijn> | Shadowing is just never worth it |
2025-07-21 16:57:36 +0200 | <merijn> | int-e: This is why I started using shadow warnings everywhere |
2025-07-21 16:54:52 +0200 | EvanR | (~EvanR@user/evanr) (Quit: Leaving) |
2025-07-21 16:51:07 +0200 | gmg | (~user@user/gehmehgeh) (Quit: Leaving) |
2025-07-21 16:51:01 +0200 | r-sta | (~r-sta@cpc142694-benw13-2-0-cust901.16-2.cable.virginm.net) (Quit: Client closed) |
2025-07-21 16:50:59 +0200 | <r-sta> | thanks for the tips. i might return for tips on stack tracing |
2025-07-21 16:50:39 +0200 | <r-sta> | im gona take a break before my computer loops itself down the stairs |
2025-07-21 16:50:22 +0200 | <r-sta> | because my GP didnt! |