Name:
Anonymous
2018-10-15 9:50
Haskell is like Maimonides, esoteric Jewish bullshit nobody knows or cares about.
Name:
Anonymous
2018-10-16 2:40
Bishkek - capital of Kyrgyzstan
Name:
Anonymous
2018-10-21 0:46
for me at least the best of haskell is the separation of concerns
I write the algorithm in one module
on a second one I call it with Control.Parallel.Strategies to make it parallel
on another I call it utilizing a lazy feature of the algo.
on another I just make IO and Gui.