Is programming language the prerequisite for mission critical software or skill issue?
Discussion
Both. Would you have coded BitcoinCore in JavaScript?
Imagine the mess of trying to validate the chain with full byte-parity on all JavaScript VM implementations before each release.
There is a reason JavaScript most code only works on either Chrome or Node these days...