/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Concurrency in Haskell: Fast, Simple, Correct
(bitbashing.io)
193 points
ingve
| 2 comments |
14 Apr 25 10:47 UTC
|
HN request time: 0.002s
|
source
Show context
internet_points
◴[
17 Apr 25 06:02 UTC
]
No.
43713565
[source]
▶
>>43679906 (OP)
#
https://www.oreilly.com/library/view/parallel-and-concurrent...
is a great resource for those who want to go deeper into this
replies(2):
>>43715161
#
>>43716178
#
1.
alatriste
◴[
17 Apr 25 11:08 UTC
]
No.
43715161
[source]
▶
>>43713565
#
I read that book many years ago, but I haven't looked into Haskell for a long time. Is it still relevant today? I imagine many things have changed in 12 years!
replies(1):
>>43716840
#
ID:
GO
2.
valcron1000
◴[
17 Apr 25 13:51 UTC
]
No.
43716840
[source]
▶
>>43715161 (TP)
#
The fundamentals are the same, and `async` is as relevant as it was back then. The ecosystem is extremely stable in that regard.
↑