Hello everyone,
I am going to write a small game server (currently I'm still working through Nim in Action).
With most projects, I lean towards choosing my language/toolkit's stable release, but Nim also is making progress quickly enough that I am curious about what might be gained by using latest git.
My question is, is it best to use the latest git or stable for new software at this point? It seems that the devel has many bugfixes, but also may be more prone to new, unreported bugs. I also assume that breaking changes will be more likely on devel than on 0.17.2.
For a personal backend project, about 4000 lines of code, is using devel worth it?