from my point of view things that should go out:

  * `do` every time I read code which uses do I have to think hard what's going 
on.
  * `using` never used it and looks a bit strange to me
  * `method` is not really usable in it current shape. But we need some OOP.



things that should stay or improve:

  * `converters` at least we need a mechanism to do implicit controlled 
conversion. I am happy with something better.
  * `exceptions` we are not in a nim only world. If you interface with C++/JS 
code you will need them.
  * `bitsets` they are handy



one thing that should improve is object variants. In their current form they 
are very low-level and error prone and not very elegant. I would prefer 
something like GADTs or the Enums in Haxe. **But this is completely out of 
topic for v1.**

Reply via email to