* `.discardable`, doesn't play nice with Nim's type inference and is rarely 
useful.
  * `converter`
  * `method`, replace it by an interface macro.
  * enums with holes, replace it by a `distinct` integer type.
  * `.borrow` as a builtin, should have been a macro.



Exceptions are hard to replace and have their benefits, it's worth its own 
topic.

Reply via email to