1 min readAug 27, 2019
C++ has language features that are complely unsupported in JS. Sure, you can transpile one syntax into another, but you’ll only be utilizing maybe 20% of the features of the target language. It’s not a one-to-one comparison.
C++ has language features that are complely unsupported in JS. Sure, you can transpile one syntax into another, but you’ll only be utilizing maybe 20% of the features of the target language. It’s not a one-to-one comparison.