Y
Hacker News
new
|
ask
|
show
|
jobs
by
dsrw
1168 days ago
This particular example isn't actually an issue in Nim. The first letter of a nim identifier is case sensitive, so while `my_thing` and `myThing` are normalized to the same name, `my_thing` and `MyThing` are different.