Like a rust-dev for few years I cannot agree with you: when I switched from 
Rust to Nim, I found that nim-community is not so big, but on the opposite way 
Nim's libs were much better:

  1. mongodb. Rust's version 1 - very slow 2 - did not suppose streams.
  2. even iterrators in Rust had a problem with performance - it did not inline 
lambda sometimes
  3. for with X..=Y range. Another perf problem in Rust
  4. zeromq (rust implementation) - eats 100% cpu - cannot be fixed



I do not want to show that everything is bad in Rust, probably it moved forward 
a lot from the point i stopped.

Big nim's advantage on lin's side - interop with C is much easier - it is so 
easy to have any C-lib in Nim 

Reply via email to