JavaScript is awesome for anyone not building mission critical software.

Reply to this note

Please Login to reply.

Discussion

Is programming language the prerequisite for mission critical software or skill issue?

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...