Haskell

549 readers
1 users here now

founded 2 years ago
MODERATORS
1
2
3
4
5
6
9
GHC 9.10.2 is now available (discourse.haskell.org)
submitted 4 weeks ago by Noughtmare to c/haskell
7
8
9
10
11
12
13
14
9
submitted 1 month ago by Noughtmare to c/haskell
 
 

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.

15
16
 
 

Late sharing, is it still the day?

17
18
19
 
 

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.

20
8
GHC 9.6.7 is now available (discourse.haskell.org)
submitted 2 months ago by Noughtmare to c/haskell
21
5
[ANN] GHCup 0.1.50.0 released (discourse.haskell.org)
submitted 2 months ago by Noughtmare to c/haskell
22
23
24
3
submitted 2 months ago by Noughtmare to c/haskell
25
5
GHC 9.12.2 is now available (discourse.haskell.org)
submitted 2 months ago by Noughtmare to c/haskell
view more: next ›