2024/06/30

Newest at the top

2024-06-30 21:24:38 +0200Joao[3](~Joao003@190.108.99.178)
2024-06-30 21:19:17 +0200simendsjo(~user@84.209.170.3) (Ping timeout: 272 seconds)
2024-06-30 21:15:20 +0200TheCoffeMaker_(~TheCoffeM@200.114.213.75) (Quit: So long and thanks for all the fish)
2024-06-30 21:06:39 +0200KingTrent(~KingTrent@111.92.44.73) (Leaving)
2024-06-30 21:05:51 +0200KingTrent(~KingTrent@111.92.44.73)
2024-06-30 21:05:24 +0200wootehfoot(~wootehfoo@user/wootehfoot) (Read error: Connection reset by peer)
2024-06-30 21:03:46 +0200 <nhar> Lawrence1erkheim: how so?
2024-06-30 21:00:15 +0200TheCoffeMaker(~TheCoffeM@user/thecoffemaker) (Ping timeout: 264 seconds)
2024-06-30 20:58:53 +0200TheCoffeMaker_(~TheCoffeM@200.114.213.75)
2024-06-30 20:56:14 +0200TheCoffeMaker_(~TheCoffeM@200.114.213.75) (Ping timeout: 268 seconds)
2024-06-30 20:55:33 +0200TheCoffeMaker(~TheCoffeM@user/thecoffemaker)
2024-06-30 20:55:17 +0200 <Lawrence1erkheim> revisiting haskel after a masters is so good
2024-06-30 20:49:19 +0200 <nhar> monochrom: this is super helpful and well written. Thanks again
2024-06-30 20:47:16 +0200nhar(~noah@user/nhar)
2024-06-30 20:47:16 +0200nhar(~noah@99-112-0-41.lightspeed.tukrga.sbcglobal.net) (Changing host)
2024-06-30 20:46:41 +0200nhar(~noah@99-112-0-41.lightspeed.tukrga.sbcglobal.net)
2024-06-30 20:46:22 +0200mikess(~mikess@user/mikess) (Ping timeout: 268 seconds)
2024-06-30 20:43:54 +0200nhar(~noah@user/nhar) (Ping timeout: 268 seconds)
2024-06-30 20:42:06 +0200wootehfoot(~wootehfoo@user/wootehfoot)
2024-06-30 20:41:26 +0200TheCoffeMaker(~TheCoffeM@user/thecoffemaker) (Ping timeout: 268 seconds)
2024-06-30 20:40:36 +0200TheCoffeMaker_(~TheCoffeM@200.114.213.75)
2024-06-30 20:39:35 +0200Maxdamantus(~Maxdamant@user/maxdamantus) (Ping timeout: 264 seconds)
2024-06-30 20:38:03 +0200Maxdaman1us(~Maxdamant@user/maxdamantus)
2024-06-30 20:37:28 +0200L29Ah(~L29Ah@wikipedia/L29Ah)
2024-06-30 20:33:37 +0200cheater_cheater
2024-06-30 20:33:35 +0200cheater(~Username@user/cheater) (Ping timeout: 264 seconds)
2024-06-30 20:30:51 +0200cheater_(~Username@user/cheater)
2024-06-30 20:27:14 +0200aaronv(~aaronv@user/aaronv)
2024-06-30 20:25:19 +0200nhar(~noah@user/nhar)
2024-06-30 20:25:19 +0200nhar(~noah@99-112-0-41.lightspeed.tukrga.sbcglobal.net) (Changing host)
2024-06-30 20:25:14 +0200L29Ah(~L29Ah@wikipedia/L29Ah) ()
2024-06-30 20:24:03 +0200 <nhar> monochrom: thanks so much! i'll take a look. My goal is to implement the algorithms using recursion-schemes
2024-06-30 20:21:33 +0200Sgeo(~Sgeo@user/sgeo)
2024-06-30 20:20:46 +0200 <monochrom> I wrote https://www.cs.utoronto.ca/~trebla/CSCC24-2024-Summer/11-type-inference.html for my course.
2024-06-30 20:19:53 +0200 <nhar> Thanks!
2024-06-30 20:19:50 +0200 <nhar> monochrom: ooo! Ok, I'll have a look. Most of the material on hidnley-milner is a bit obtuse.
2024-06-30 20:19:33 +0200mreh(~matthew@host86-160-168-12.range86-160.btcentralplus.com) (Ping timeout: 268 seconds)
2024-06-30 20:19:01 +0200leah2(~leah@vuxu.org)
2024-06-30 20:18:57 +0200 <monochrom> Does not.
2024-06-30 20:18:45 +0200Lord_of_Life_Lord_of_Life
2024-06-30 20:18:38 +0200 <nhar> monochrom: I'll have to pull it off the shelf. If you, by chance, remember: does the term-level syntax require type annotations? I'm implementing a language and I'd rather my user's not need type annotations
2024-06-30 20:18:19 +0200Sgeo(~Sgeo@user/sgeo) (Read error: Connection reset by peer)
2024-06-30 20:17:31 +0200 <nhar> mreh: nice! Well, good luck!
2024-06-30 20:16:29 +0200wootehfoot(~wootehfoo@user/wootehfoot) (Ping timeout: 240 seconds)
2024-06-30 20:16:27 +0200Lord_of_Life(~Lord@user/lord-of-life/x-2819915) (Ping timeout: 264 seconds)
2024-06-30 20:15:48 +0200Lord_of_Life_(~Lord@user/lord-of-life/x-2819915)
2024-06-30 20:15:26 +0200 <monochrom> Chapter 22 "type reconstruction" is type inference.
2024-06-30 20:13:30 +0200 <mreh> nhar: not quite, mainly taking out all the boilerplate of buffering data and then sprinkling some types on top
2024-06-30 20:12:35 +0200 <nhar> mreh: oh fun...so you're leveraging the HS type sytem to make sure you're generating GLSL type-correct code?
2024-06-30 20:11:51 +0200 <mreh> so it's strong but not static