Newest at the top
2023-01-28 10:57:05 +0100 | <c_wraith> | (before it's evaluated, it'll be a thunk holding on to a function and its arguments) |
2023-01-28 10:55:15 +0100 | <c_wraith> | anyway, ignoring all the red herrings... Immutability means free sharing. So in let x = (1,(2,3)); y = snd x in ... well, after evaluation, y will be the same pointer as the second entry in x |
2023-01-28 10:54:18 +0100 | <gnalzo> | well, anyway, [1, [2, 3]] is not valid. I'm mistaken. |
2023-01-28 10:54:10 +0100 | <aeroplane> | I'm sorry i mixed haskell with lisp |
2023-01-28 10:54:02 +0100 | foul_owl | (~kerry@157.97.134.62) |
2023-01-28 10:53:05 +0100 | <c_wraith> | But it isn't a list |
2023-01-28 10:53:02 +0100 | <gnalzo> | oh yes |
2023-01-28 10:52:54 +0100 | <lambdabot> | (1,(2,3)) |
2023-01-28 10:52:52 +0100 | <c_wraith> | > (1, (2, 3)) |
2023-01-28 10:52:47 +0100 | <c_wraith> | it's valid. |
2023-01-28 10:52:38 +0100 | <gnalzo> | notice, (1,(2,3)) is not valid haskell. And is not a list. The list are denoted using [ ] |
2023-01-28 10:52:22 +0100 | <c_wraith> | data types use exactly the representation they're declared with. |
2023-01-28 10:51:32 +0100 | <c_wraith> | "uses linked lists internally"? |
2023-01-28 10:50:34 +0100 | <aeroplane> | Hi everyone, I have a simple question. since haskell uses linked list internally, so if I do this "let x=(1,(2,3))" and then "y=snd x", then does haskell creates two copies of (2,3) in the memory or their is only one single entry refrenced at two places (x and y) |
2023-01-28 10:42:47 +0100 | cheater_ | cheater |
2023-01-28 10:42:44 +0100 | cheater | (~Username@user/cheater) (Ping timeout: 260 seconds) |
2023-01-28 10:40:09 +0100 | foul_owl | (~kerry@71.212.143.88) (Ping timeout: 268 seconds) |
2023-01-28 10:39:11 +0100 | cheater_ | (~Username@user/cheater) |
2023-01-28 10:32:18 +0100 | aeroplane | (~user@user/aeroplane) |
2023-01-28 10:27:36 +0100 | freeside | (~mengwong@103.252.202.170) |
2023-01-28 10:24:17 +0100 | gnalzo | (~gnalzo@2a01:e0a:498:fd50:fcc6:bb5d:489a:ce8c) |
2023-01-28 10:20:53 +0100 | eggplantade | (~Eggplanta@2600:1700:38c5:d800:513f:f9f8:1fe4:d246) (Remote host closed the connection) |
2023-01-28 10:18:57 +0100 | tromp | (~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…) |
2023-01-28 10:18:52 +0100 | dcoutts | (~duncan@host86-167-216-160.range86-167.btcentralplus.com) (Ping timeout: 252 seconds) |
2023-01-28 10:13:19 +0100 | freeside | (~mengwong@103.252.202.170) (Ping timeout: 256 seconds) |
2023-01-28 10:01:20 +0100 | danza | (~francesco@151.57.95.137) |
2023-01-28 10:01:10 +0100 | <davean> | Maybe they mean https://hackage.haskell.org/package/cpython ? |
2023-01-28 10:00:08 +0100 | vlkrs[m] | (~vlkrsmatr@2001:470:69fc:105::2:e806) (Quit: You have been kicked for being idle) |
2023-01-28 10:00:03 +0100 | daveakre[m] | (~daveakrem@2001:470:69fc:105::1:88b7) (Quit: You have been kicked for being idle) |
2023-01-28 09:58:26 +0100 | arkeet | (arkeet@moriya.ca) |
2023-01-28 09:58:15 +0100 | arkeet | (arkeet@moriya.ca) (Quit: ZNC 1.8.2 - https://znc.in) |
2023-01-28 09:51:26 +0100 | mc47 | (~mc47@xmonad/TheMC47) (Ping timeout: 268 seconds) |
2023-01-28 09:50:51 +0100 | themc47 | (~mc47@xmonad/TheMC47) |
2023-01-28 09:49:03 +0100 | danza | (~francesco@151.57.95.137) (Ping timeout: 248 seconds) |
2023-01-28 09:47:34 +0100 | acidjnk | (~acidjnk@p200300d6e715c413fca66e98e589647d.dip0.t-ipconnect.de) |
2023-01-28 09:42:54 +0100 | haask | (~harry@user/haask) (Remote host closed the connection) |
2023-01-28 09:37:48 +0100 | <energizer> | last update 6 hours ago https://github.com/python/cpython |
2023-01-28 09:35:16 +0100 | komikat | (~user@218.185.248.66) |
2023-01-28 09:33:33 +0100 | komikat | (~user@218.185.248.66) (Ping timeout: 268 seconds) |
2023-01-28 09:32:54 +0100 | razetime | (~Thunderbi@117.193.7.2) |
2023-01-28 09:32:42 +0100 | tromp | (~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) |
2023-01-28 09:31:59 +0100 | thongpv | (~thongpv87@2001:ee0:5577:f0d0:c4e:ed56:f943:b080) (Ping timeout: 248 seconds) |
2023-01-28 09:31:08 +0100 | tromp | (~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…) |
2023-01-28 09:28:27 +0100 | komikat | (~user@218.185.248.66) |
2023-01-28 09:27:12 +0100 | danza | (~francesco@151.57.95.137) |
2023-01-28 09:24:47 +0100 | komikat | (~user@218.185.248.66) (Ping timeout: 260 seconds) |
2023-01-28 09:24:20 +0100 | mc47 | (~mc47@xmonad/TheMC47) |
2023-01-28 09:23:52 +0100 | <Inst> | I can't even get it to install on Windows, but that's my fault for using windows |
2023-01-28 09:23:26 +0100 | Inst_ | Inst |
2023-01-28 09:23:12 +0100 | <Inst_> | CPython is dead? Last update 2 years ago |