Hacker News new | ask | show | jobs
by stingraycharles 1562 days ago
It’s been a while since I worked with Haskell. What’s the issue with Strings, I’m guessing it must be Unicode-related?
1 comments

Strings are linked lists of characters, so they perform quite badly