Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
lhorie
on April 5, 2022
|
parent
|
context
|
favorite
| on:
Looking at Zig Programming Language
That's nim[0], not zig
[0]
https://nim-lang.org/docs/manual.html#lexical-analysis-ident...
elcritch
on April 6, 2022
[–]
Correct, though the case insensitivity hasn't ever cause me issues in Nim. Searching is easy or at most takes a simple regex. It's actually saved me from a few dumb overshadowing issues (as in "you can't redefine 'is_active' see 'isActive' here").
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
[0] https://nim-lang.org/docs/manual.html#lexical-analysis-ident...