2024/11/06

Newest at the top

2024-11-07 00:38:09 +0100kstatz12(~karl@user/kstatz12) kstatz12
2024-11-07 00:35:12 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2024-11-07 00:31:51 +0100 <Inst> so then you can argue that Haskell had the first effect system
2024-11-07 00:31:22 +0100 <Inst> I think you can consider IO in Haskell a very primitive / early effect system, but I don't think you can say the same for Clean's uniqueness types, which seem to be a more of linearity
2024-11-07 00:30:40 +0100pavonia(~user@user/siracusa) siracusa
2024-11-07 00:28:36 +0100visilii(~visilii@85.172.77.90)
2024-11-07 00:27:43 +0100visilii(~visilii@85.172.77.90) (Client Quit)
2024-11-07 00:27:38 +0100 <probie> I think `UNQ` in early Clean appears slightly before monadic IO in early Haskell, since the first monadic IO paper that's been found so far references the Clean one.
2024-11-07 00:27:18 +0100Everything(~Everythin@178-133-140-206.mobile.vf-ua.net) (Remote host closed the connection)
2024-11-07 00:26:52 +0100CrunchyFlakes(~CrunchyFl@31.19.233.78)
2024-11-07 00:26:42 +0100CrunchyFlakes(~CrunchyFl@ip1f13e94e.dynamic.kabel-deutschland.de) (Ping timeout: 248 seconds)
2024-11-07 00:26:36 +0100 <Rembane> I need the languages EAN, AN and N too.
2024-11-07 00:26:12 +0100 <int-e> Hmm 1988 has a related language called LEAN? Hehe.
2024-11-07 00:25:57 +0100L29Ah(~L29Ah@wikipedia/L29Ah) L29Ah
2024-11-07 00:25:44 +0100 <dolio> Not just strings.
2024-11-07 00:25:22 +0100 <dolio> Sort of. But the types are more complex, I think.
2024-11-07 00:25:20 +0100peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) peterbecich
2024-11-07 00:24:54 +0100 <Rembane> Isn't that how very early Haskell did I/O?
2024-11-07 00:24:24 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 260 seconds)
2024-11-07 00:24:20 +0100 <int-e> stdin was provided as a list of newline-terminated lines. So it's the main :: [String] -> [String] type of I/O.
2024-11-07 00:23:48 +0100 <probie> https://www.mbsd.cs.ru.nl/publications/papers/1992/achp92-HighLevelIO.pdf 1992 seems to be where IO appears in Clear
2024-11-07 00:23:34 +0100visilii(~visilii@85.172.77.90)
2024-11-07 00:23:16 +0100visilii(~visilii@85.172.77.90) (Quit: ZNC - https://znc.in)
2024-11-07 00:22:41 +0100 <int-e> cf. https://wiki.clean.cs.ru.nl/Publications#1987
2024-11-07 00:22:12 +0100 <int-e> "Consequently, a Clean program consists of a set of rewrite rules." -- 1987 Clean was a language for expressing graph rewriting systems.
2024-11-07 00:19:48 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2024-11-07 00:17:46 +0100 <Rembane> How does Clean before Haskell handle IO?
2024-11-07 00:17:21 +0100unlucy(sid572875@user/unlucy) unlucy
2024-11-07 00:16:02 +0100 <Inst> Clean predates Haskell, interestingly enough.
2024-11-07 00:15:10 +0100 <dolio> It's like every IO operation has (>>=) stuck onto it already, and maybe catch.
2024-11-07 00:13:59 +0100 <dolio> Even the 1.0 report has the continuation based I/O which, if you looked at it today, you might figure out it could be factored into a monad.
2024-11-07 00:12:20 +0100 <Rembane> It must've been a real trip to talk to him
2024-11-07 00:10:12 +0100 <dolio> Ah, of course.
2024-11-07 00:10:03 +0100 <EvanR> the researcher was merlin, who famously experienced time backwards
2024-11-07 00:09:38 +0100 <Rembane> This is why I don't trust time
2024-11-07 00:09:27 +0100 <Rembane> Good stuff :D
2024-11-07 00:09:03 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 265 seconds)
2024-11-07 00:08:56 +0100 <dolio> The 1993 citation is dated 1992 if you click on it. :รพ
2024-11-07 00:07:44 +0100Square2Square
2024-11-07 00:07:30 +0100 <dolio> 1.3 is the first report with it.
2024-11-07 00:07:28 +0100Square(~Square@user/square) (Ping timeout: 245 seconds)
2024-11-07 00:06:03 +0100 <EvanR> uniqueness types?
2024-11-07 00:05:47 +0100 <Rembane> https://dl.acm.org/doi/10.1145/158511.158524
2024-11-07 00:05:44 +0100 <Rembane> Yeah, it's a bit older, 1993ish. https://ncatlab.org/nlab/show/IO-monad
2024-11-07 00:04:51 +0100alexherbo2(~alexherbo@2a02-8440-341a-456e-a8d1-f94d-35c3-2d26.rev.sfr.net) alexherbo2
2024-11-07 00:04:41 +0100Square2(~Square4@user/square) Square
2024-11-07 00:04:23 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2024-11-07 00:04:14 +0100 <probie> When did Haskell get the IO type? ~1996?
2024-11-07 00:01:54 +0100notzmv(~daniel@user/notzmv) (Ping timeout: 246 seconds)
2024-11-07 00:01:49 +0100thaumavorio(~thaumavor@thaumavor.io) thaumavorio