Hi folks!
I've been more or less active on forum for quite a long time but to tell you the truth, I haven't really used Nim for any "serious" stuff. Now when I started Physical Processes Modeling course as a part of my studies, a friend of my asked me: "Will you use Matlab or Python?". It was quite crazy to answer: "Nim, probably", as was never up-to-date with libs.
So here is my question: what libs would you recommend me so I don't have to write anything and everything from scratch? What I need:
I've coded some simple things myself (like Gaussian distribution or autocorrelation; used gnuplot for plotting) but it would be pointless to code it all if it's already available... and if not, it's good to have future users in mind.
Curious to see the libs you recommend. :)
We have a github repo that is dedicated for tracking these things:
https://github.com/nim-lang/needed-libraries/issues?q=is%3Aissue+is%3Aclosed
https://github.com/nim-lang/needed-libraries/issues?q=is%3Aopen+is%3Aissue
Most of the points you mention are tracked in Are we scientists yet?
I've coded some simple things myself ...
Maybe you can add some of your stuff to this list ;)
There are some updates here: https://github.com/konqoro/nimgnuplotlib
If the author is reading this - a readme would be very helpful, at least to tell us why this is preferred over his previous library (gnuplot-nim).