When we face a new language, we mainly consider the following three aspects (from SICP lecture-1a).
- What are the basic elements (primitives)?
- Ways to combine these primitives
- Methods for abstraction
The documentation described hopefully incorporates the strengths of several modern languages, but nothing is ever perfect.
We need to define a major direction for the language from the beginning and highlight it (Seems more functional?), as for other paradigms can be left as an additional choice for developers, otherwise it will just create another C++ (I believe you definitely don't want to do this).
As for some language specific things, it is more of a tactical choice than a strategy.
By the way, isn't the keyword omitted too much?
When we face a new language, we mainly consider the following three aspects (from SICP lecture-1a).
The documentation described hopefully incorporates the strengths of several modern languages, but nothing is ever perfect.
We need to define a major direction for the language from the beginning and highlight it (Seems more functional?), as for other paradigms can be left as an additional choice for developers, otherwise it will just create another C++ (I believe you definitely don't want to do this).
As for some language specific things, it is more of a tactical choice than a strategy.
By the way, isn't the keyword omitted too much?