> I personally have no major issue with current GC. Having the ability to do 
> most of the stuff on the stack is a huge win over other heap-only languages.

I think the current GC is the reason for why most Nim code runs single 
threaded. ;-) I don't think "you cannot easily pass Table[string, string] to a 
different thread and locks won't help you" is good enough for Nim in the long 
run. It's high time we address this problem. 

Reply via email to