Haskell

547 readers
1 users here now

founded 2 years ago
MODERATORS
1
2
3
4
9
GHC 9.10.2 is now available (discourse.haskell.org)
submitted 3 weeks ago by Noughtmare to c/haskell
5
6
7
8
9
10
11
12
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.

13
14
 
 

Late sharing, is it still the day?

15
16
17
 
 

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.

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