I used Nim for some small scripts/projects and I like the direction that Nim is taking with newruntime/owned, but these are the things I miss when using Nim:
* A way to make any object callable * Better way to handle procs of different calling conventions * Better lambda type inference * Concepts (or something like traits in Rust) * Better support for variadic generics
