Hi folks, I'm new to Nim, and statically-typed, compiled languages in general (my main language is Javascript).
To learn Nim, I've been making myself Microblogging web app, and I needed a module to parse syndicated feeds. I found Nim-RSS by Adam Chesak [https://github.com/achesak/nim-rss](https://github.com/achesak/nim-rss), but it needed some updating and I needed Atom and JSONfeed support too. So I've made a much expanded module based on Nim-RSS. I probably should have forked the Nim-RSS repository, but I'm a git and Github newb and didn't even think of it until it was too late. Anyway, it's called FeedNim and it's on Github, if anyone is interested. I'd really appreciate any input (and pull requests!). [https://github.com/johnconway/feed-nim](https://github.com/johnconway/feed-nim)
