Nim std in general is fragmented and inconvenient to use, things like 
`strutils`, `sequtils`, `strformat` with some stuff put here and some there. 
Compare it with something [like 
this](https://crystal-lang.org/api/0.35.0/Array.html).

And the Nim convention to auto create a constant with module name prevents from 
using nice and clean names like `array` and you end up with `arrays` or 
`arrayutils` etc.

Reply via email to