76
77
78
79
80
GHC 9.10.2 is now available (discourse.haskell.org)
81
82
83
84
85
86
87
88
 
 

I stumbled over Bart de Goede’s article on building a full-text search engine in 150 lines of Python, and was reminded of my quest to show how useful Haskell is for solving real-world problems. Python is an eminently practical language, so nobody is surprised this can be done in Python. But Haskell? The Python code spends a lot of time updating mutable dictionaries. Surely we cannot easily port this code over to Haskell.

Let’s find out.

89
90
 
 

Late sharing, is it still the day?

91
92
93
 
 

A really nice video visualizing how different data structures link together in the heap. Focus is on infinite and cyclic structures, and how to leverage them.

94
95
96
97
98
99
GHC 9.12.2 is now available (discourse.haskell.org)
100
view more: ‹ prev next ›