(no title)
himujjal | 2 years ago
But I left it because of recursive imports. I had to basically put all my types into one file and use them from various others. For a relatively medium sized project (~10LOC), its a but of a hassle. Refactoring is an issue.
That being said, the language is fantastic. Can anybody with experience suggest me what HTTP library/framework do they prefer for servers?
elcritch|2 years ago
Chronos is probably the most feature rich and uses async. Mummy is newer and uses a threading model. Both are used in production.
winrid|2 years ago
himujjal|2 years ago
That being said, the Nim team is working on it as per a few issues: [1] https://github.com/nim-lang/rfcs/issues/6 [2] https://forum.nim-lang.org/t/2114
I love the language, and this is probably the only bottleneck for me.