Improvements for Current Programming Languages
August 8, 2023•63 words
JavaScript
Should be auto-statically-typed instead of dynamically typed; the type to be set when a variable is bound with the first value. For C-like speed.
C/C++ or Compiled Languages
JIT compiling model should be applied for faster software development process. The compilation of a file can be done quick but linking thousands of file to run the executable can be crazy.