Haskell

550 readers
1 users here now

founded 2 years ago
MODERATORS
1
 
 

Dear @Noughtmare@programming.dev, I want to thank you for your weekly post, I'm always happy to find a haskell newsletter in my inbox.
I hope you're not inconvenienced by me posting the newsletter link this week. I was looking for it and figured others might be doing the same, hence why I posted it.

2
3
4
5
6
7
8
9
10
11
12
13
14
15
 
 

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.

16
17
 
 

Late sharing, is it still the day?

18
19
20
 
 

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.

21
22
23
24
25
view more: next ›