|
|
|
|
|
by rk06
3067 days ago
|
|
The major issues with javascript are: - Lack of native module support.
- Lack of standard libraries.
- Need to run in the most hostile environments AKA web browsers and in windows/linux/macOs as nodejs. Web pack, minifiers, transpilers etc are working( although, not pretty) solutions to the afore mentioned problems. |
|