Re: [Presentation-Python-Nim] A new option for optimizing inner loops Z. D. Smith

2017-12-08 Thread Udiknedormin
@mratsim Well, it seemed to me the current idea is to push the GC aside so that 
Nim will become scope-based "by default" with optional GC just where it's 
needed. Thanks for the explanation though.


Re: [Presentation-Python-Nim] A new option for optimizing inner loops Z. D. Smith

2017-12-07 Thread Udiknedormin
It suggests the new direction the Nim is to be heading to (according to Araq's 
blog post), i.e. turning away from GC, it would more or less ruin things for 
the guy talking.