2026/03/28

Newest at the top

2026-03-28 19:09:46 +0100koala_man(~vidar@157.146.251.23.bc.googleusercontent.com) (Ping timeout: 244 seconds)
2026-03-28 19:06:39 +0100ChaiTRex(~ChaiTRex@user/chaitrex) ChaiTRex
2026-03-28 19:05:30 +0100ChaiTRex(~ChaiTRex@user/chaitrex) (Remote host closed the connection)
2026-03-28 19:05:07 +0100merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds)
2026-03-28 19:03:56 +0100jmcantrell_(~weechat@user/jmcantrell) jmcantrell
2026-03-28 19:03:49 +0100wootehfoot(~wootehfoo@user/wootehfoot) wootehfoot
2026-03-28 19:03:27 +0100koala_man(~vidar@157.146.251.23.bc.googleusercontent.com) koala_man
2026-03-28 19:00:32 +0100merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-03-28 18:55:30 +0100gabriel_sevecek(~gabriel@92-180-224-71.dynamic.orange.sk) (Ping timeout: 255 seconds)
2026-03-28 18:51:32 +0100qqq(~qqq@185.54.23.6) (Remote host closed the connection)
2026-03-28 18:50:27 +0100 <haskellbridge> <Liamzee> thanks gentauro
2026-03-28 18:49:29 +0100merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds)
2026-03-28 18:47:51 +0100koala_man(~vidar@157.146.251.23.bc.googleusercontent.com) (Ping timeout: 255 seconds)
2026-03-28 18:45:09 +0100merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-03-28 18:42:13 +0100koala_man(~vidar@157.146.251.23.bc.googleusercontent.com) koala_man
2026-03-28 18:42:03 +0100koala_man(~vidar@157.146.251.23.bc.googleusercontent.com) (Read error: Connection reset by peer)
2026-03-28 18:40:16 +0100gabriel_sevecek(~gabriel@92-180-224-71.dynamic.orange.sk) gabriel_sevecek
2026-03-28 18:39:22 +0100ChaiTRex(~ChaiTRex@user/chaitrex) ChaiTRex
2026-03-28 18:34:26 +0100merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2026-03-28 18:29:47 +0100merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-03-28 18:29:14 +0100gabriel_sevecek(~gabriel@92-180-224-71.dynamic.orange.sk) (Quit: WeeChat 4.8.2)
2026-03-28 18:25:53 +0100koala_man(~vidar@157.146.251.23.bc.googleusercontent.com) koala_man
2026-03-28 18:22:40 +0100peterbecich(~Thunderbi@71.84.33.135) peterbecich
2026-03-28 18:21:45 +0100emmanuelux(~em@user/emmanuelux) (Ping timeout: 255 seconds)
2026-03-28 18:21:12 +0100emmanuelux_(~em@2a02-8440-2504-46f6-d9db-ddcd-9d62-8fc7.rev.sfr.net)
2026-03-28 18:20:01 +0100ft(~ft@p508db341.dip0.t-ipconnect.de) ft
2026-03-28 18:18:55 +0100merijn(~merijn@62.45.136.136) (Ping timeout: 245 seconds)
2026-03-28 18:18:30 +0100koala_man(~vidar@157.146.251.23.bc.googleusercontent.com) (Ping timeout: 245 seconds)
2026-03-28 18:16:30 +0100 <monochrom> EvanR: Haha
2026-03-28 18:12:09 +0100merijn(~merijn@62.45.136.136) merijn
2026-03-28 18:11:17 +0100koala_man(~vidar@157.146.251.23.bc.googleusercontent.com) koala_man
2026-03-28 18:09:35 +0100luke(~luke@user/luke) (Remote host closed the connection)
2026-03-28 18:09:29 +0100mistivia(~mistivia@user/mistivia) (Remote host closed the connection)
2026-03-28 18:04:43 +0100koala_man(~vidar@157.146.251.23.bc.googleusercontent.com) (Read error: Connection reset by peer)
2026-03-28 18:01:52 +0100tzh(~tzh@c-76-115-131-146.hsd1.or.comcast.net)
2026-03-28 18:01:31 +0100merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 264 seconds)
2026-03-28 17:56:50 +0100merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-03-28 17:52:32 +0100 <int-e> (this is not the worst idea if the parts are more expensive and/or the list is short)
2026-03-28 17:52:13 +0100 <gentauro> int-e: I guess that's the one
2026-03-28 17:52:05 +0100 <lambdabot> [0,1,1,2,3,5,8,13,21,34]
2026-03-28 17:52:04 +0100 <int-e> > let fibs = 0:1:[fibs !! (n-2) + fibs !! (n-1) | n <- [2..]] in take 10 fibs
2026-03-28 17:51:40 +0100 <lambdabot> Variable not in scope: fib :: [a1]Variable not in scope: fib :: [a1]
2026-03-28 17:51:39 +0100 <int-e> > let fibs = 0:1:[fib !! (n-2) + fib !! (n-1) | n <- [2..]] in take 10 fibs
2026-03-28 17:50:34 +0100 <gentauro> I don't recall the example, but it was kind of strange. You memoized the list with (!!)
2026-03-28 17:50:25 +0100machinedgod(~machinedg@d172-219-48-230.abhsia.telus.net) machinedgod
2026-03-28 17:50:10 +0100 <gentauro> int-e: https://wiki.haskell.org/index.php?title=Memoization
2026-03-28 17:47:41 +0100koala_man(~vidar@157.146.251.23.bc.googleusercontent.com) koala_man
2026-03-28 17:46:31 +0100merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 264 seconds)
2026-03-28 17:44:55 +0100koala_man(~vidar@157.146.251.23.bc.googleusercontent.com) (Ping timeout: 265 seconds)
2026-03-28 17:44:47 +0100 <haskellbridge> <sm> Agreed about time, but I wonder if the docs or getting started experience could be improved