|
|
|
|
|
by darthrupert
928 days ago
|
|
The things I'm looking for in language syntax these days are 1. That it's unambiguous enough that my editor can format it correctly every time (provided the code is correct, obviously). Indentation-based languages like Python fail this. 2. That its elements and keywords are distinct enough that my editor can apply colours on it. I sometimes feel that S-expression languages fail at this because of their small number of distinct keywords, but that might not be true. Besides these two points, if the language is not a joke language, it's probably fine. |
|