Vadim Pisarevsky has prepared a C++ version of DEC64 that can be found at https://github.com/vpisarev/DEC64/tree/alt
One of the things that always made me nervous in the computer industry was that people were willing to make trade-offs in reliability to get performance.
James Gosling
I'm such a Darth.
The natural way to handle eventuality in JavaScript is with callbacks. Unfortunately, inadequately trained coders created Callback Hell. So Promises were added, and then Async Await. That has made things worse.
Since FORTRAN, we have had digits in variable names. This was to support the mathematical practice of variable names that are short, cryptic, and lazy.
I just noticed that I do not use digits in my best programs. Is the use of digits in variable names a bad practice? Would it be best to limit ourselves to letters and the occasional underbar?
Are digits in variable names
The toLocaleUpperCase problem: https://www.crockford.com/turkish.html
Dilbert takes on China.
https://dilbert.com/strip/2019-11-24
The author of How JavaScript Works.