I got mixed feelings about the language at first sight. I guess my mammalian brain recognizes languages based on the particular combination of the following naming decisions.<p>* func, function, fun, defun fu, funct<p>* CamelCase vs snake_case<p>* whitespace, semicolon or comma usage<p>* var, int/integer/uint64/Integer/<p>* choice of (), {}, [] or better (){a[]}<p>* import/include/require, class/class, override, self vs this, new vs Class()<p>PS: next time you design a new language just make a random unique combination of the above.