hypomnemata | 5 years ago | on: Theo de Raadt 'Re: new: lang/zig'
hypomnemata's comments
hypomnemata | 5 years ago | on: Ask HN: Which book do you want to read next?
hypomnemata | 5 years ago | on: Ask HN: Which book do you want to read next?
I used to read a lot, but over the past few years I've read less and less. 2020 was definitely not a good year for deep reading.
hypomnemata | 5 years ago | on: Trouble in Paradise: Fibonacci
Haskell is a lazy language, which has its consequences. In this post I'll demonstrate just how easy it is to shoot yourself in the foot with laziness using the classic example of computing Fibonacci numbers, which very ironically virtually all relevant Haskell documentation gets wrong, given that it's the primary use case for Haskell.