Add **sugar** (or part of it ) to the system module!

  * Some of the sweet features are not sugar per se, for example `dup` which 
claims to be one of the [cool nim 
features](https://nim-lang.org/blog/2020/04/03/version-120-released.html) and 
be used a lot.
  * Using of `->`, `=>`, `with` is good programming practice, it improves code 
readability. Such behavior should be encouraged, not condemned.
  * At the same time, importing 10_000 small modules for each file is annoying 
(imho).


Reply via email to