|
|
|
|
|
by banashark
234 days ago
|
|
The main release note here is more stable async. I’m curious how folks using nim feel about the async situation. One of the most recent opinions from the discord is: “ we have async and asyncdispatch but its leaky and bug prone esp when used with threads and causes deep ownership issues, i prefer using taskman when possible but it leaves the IO problem yet unsolved ” I’ve also been told to just use regular threads whenever possible. Do others have more info or sentiments to share? |
|
In some ways it's the sign of a very strong language, like the curse of Lisp: someone can easily just write their own version of whatever they need. But as a user trying to navigate the ecosystem it is frustrating. I do keep meaning to try it out again though; the language itself is very pleasant to use.