|
|
|
|
|
by nsonha
448 days ago
|
|
The majority of code is not math. I prefer if languages have a math dsl, only in which, the math operators become available. I actually do like symbols as opposed to words (+ instead of append, : instead of as, < instead of extends, -> instead of function etc). They just need to have stable meaning, which conflicts with operator overloading/math. |
|