Is there a roadmap document for Nim yet.
I realize it is quickly approaching 1.0 but the future of the language and it's planned enhancements are as important for me as it's current feature set.
There is no roadmap document but what it could become beyond V1 is debated in the RFCs repo: https://github.com/nim-lang/RFCs.
The big items for V1 are:
For future Nim version 2, the big things I see are:
GC-free standard library thanks to GC-free base types
GC will still be available for user types.
This probably will imply a refactoring of methods, which started with putting multimethods behind a pragma.
Hot-reloading works but is still rough as it's not even 6 months old.
You can probably already try building a REPL on top, but just make sure to not stay alone if you hit a bug, join the IRC/Gitter/Discord/Matrix.
Alternatively for REPL you have