▲ 8 ▼ Search Index in 150 Lines of Haskell (entropicthoughts.com) submitted 1 year ago by Noughtmare@programming.dev to c/haskell@programming.dev 4 comments fedilink hide all child comments 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.
[–] gedhrel@lemmy.world 3 points 1 year ago Yes! Steele's Fortress-era talks are amazing. Really thought-provoking. permalink fedilink source parent