DEV Community

Discussion on: Node.js – the developer’s Swiss army knife

Collapse
 
brainwipe profile image
Rob Lang • Edited

Agreed! I quite like C# with .NET core for data science as I can get it to scale nicely on Linux docker containers or Hadoop clusters.

I found when writing my specifically odd types of dynamic neural nets in JS is that JavaScript's difficulty with number precision and dates always left me uncertain that I wasn't losing data.

I'm keen to try compiling C# to wasm.