One of the things I like about Nim is how it uses terms properly.

  * `seq`, not `vector`
  * proper distinction between `proc`, `func`, `method`
  * `const` is actually constant
  * `Table`, not `Dict` or `Map`


Reply via email to