Skip to content

Which way the language prefers to be encoded? #1

Description

@hnlcf

When we face a new language, we mainly consider the following three aspects (from SICP lecture-1a).

  1. What are the basic elements (primitives)?
  2. Ways to combine these primitives
  3. 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions