Quantcast
Channel: RSS/Atom feed parsing in Haskell - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Danny Navarro for RSS/Atom feed parsing in Haskell

Your intuition is right about trying to avoid String. The general rule of thumb in modern Haskell is to avoid String whenever you can and use Text or ByteString instead. However in this case, I'm not...

View Article



RSS/Atom feed parsing in Haskell

What is the best library to parse a feeds (RSS,Atom...) in Haskell? I'm especially interested in the points: Performance/memory Encoding issues for non-English characters? Correctness, detection of...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images