Skip to content
Li, Xizhi edited this page Nov 20, 2017 · 3 revisions

Chinese Programming Language

  • syntax: how to make it more friendly with Chinese syntax. NLP(natural language processing)
  • 👍 How to define variables in Chinese?
  • Input method (IME): such as (),, mixing English characters.

Components of NPL

  • comments:
  • data types: function {} 1.11 "" true, false, nil.
  • variables: keywords, global +, -, = %, /, *, user defined variable with local

Design a Chinese Programming Language

Essence of a language: connect inputs with output (i.e. function)

Better just one syntax like function-expression.

variables: intersection of words

References

Clone this wiki locally