Hacker News new | ask | show | jobs
by true_religion 1778 days ago
People use nodejs in finance backends too. Its async operators make it easy to munge different data streams together and fan in/out results.
1 comments

oh this is something to say louder for the people in the back: there is no reason that finance and computational finance gravitated around python

there is nothing inherent about that language aside from people not having made some libraries in other languages

javascript especially nodejs is fine for most people's finance cases

It's true there is nothing inherent. Because all these non-statically typed garbage collected languages with Algol-like syntax are basically the same language. Given that it makes sense that the decision is made based on libraries, community, inertia and whim.