> shared ownership is heavily discouraged and it's a pain to debug
[Rant] Worst CPU owner here. TBH, debugging Nim code is PITA, with or without atomicArc. Recently I've tried to write an utility in Nim. I'm a hobbyist, an old one. I make a lot of mistakes during prototyping and I often get lost in my own code without a debugger. I couldnt make debugger to show unmangled names, some python error. Also it jumps random lines sometimes and delves into nim's library code everytime. I'll take a working debugger any day over raw performance. So, would you please chasing perfect gc and give me incremental compiling so nimsuggest can be useful for real and a beautifully working debugger please ? [/Rant]