Nim programming language finally hit 1.0

bauss jj_1337 at live.dk
Sun Sep 29 18:07:57 UTC 2019


On Wednesday, 25 September 2019 at 10:37:07 UTC, JN wrote:
> I've been looking at Nim every now and then, but I don't really 
> like it. It's trying to cover too many bases. Don't like 
> camelCase? Don't worry, snake_case and PascalCase works too.

My biggest issue with Nim too. It's going to be a mess just like 
PHP was with function names being in all kinds of cases and you'd 
never know which one it is.

Is it to_lower(str) or is it toLower(str) or is it ToLower(str) 
or is it tolower(str) etc.


More information about the Digitalmars-d mailing list