objeck / objeck-lang

Objeck is a modern object-oriented programming language with functional features tailored for machine learning. It emphasizes expression, simplicity, portability, and scalability. The programming environment consists of a compiler, virtual machine, REPL shell, and command line debugger with IDE plugins.
https://objeck.org
Other
154 stars 11 forks source link

Compiler switch to disable Unicode operators #475

Closed ghost closed 7 months ago

ghost commented 7 months ago

IMO, they are ugly: https://github.com/objeck/objeck-lang/discussions/88

If I want to force a coding convention for my own code, I will not permit Unicode operators, and of course I don't want the contributors to use them, so a compiler switch to disable Unicode operators is very useful.

objeck commented 7 months ago

Funny, it was added as part of a coding challenge. Do not plan to change them, as they do not cause any harmful side effects.