I have played a little bit with nim (and the C backend) - and I like it.
For me the opportunity comes up to use it in a small project (mangling some time-related tabular data). However the project has to target nodejs. My question is: How mature and up-to-date is the JavaScript backend of nim? Do people use it (apart from the demo game featured on the homepage)? How do nim packages work with the JavaScript backend?
Thanks for any advice!
Thanks heaps for the reply.
And thanks for the info about pattern import for accessing JS libraries. Do we have any examples of wrappers for JS libraries (like e.g.d3.js)?
https://github.com/nim-lang/Nim/wiki/Nim-for-TypeScript-Programmers#table-of-contents
Basically if it can run compile-time it runs on JavaScript, probably.
Check the Wiki, everyone is welcome to improve it, is not perfect.
:)