|
|
|
|
|
by sireat
1647 days ago
|
|
I would like to use Nim for data wrangling tasks - for shipping compiled data munging CLI utilities. Looking at https://nim-lang.github.io/Nim/lib.htmlIt seems to have many of the batteries built in - HTML, JSON parsing, nice set of collections. I wonder how good SQL and especially noSQL support is. My worry is that there must be rough edges. Plus pandas (not just numpy) is just so convenient at times. |
|