Hacker News new | ask | show | jobs
by girvo 1175 days ago
Which as an aside, makes writing and using C bindings so lovely.
1 comments

Well, maybe not writing. Occasionally low-level C libraries - especially those that deal with keyboard input - decide to provide identifiers differing only in case... There's a WIP RFC for providing a way to deal with identifiers that need to be verbatium by surrounding them with backticks, though.

https://github.com/nim-lang/RFCs/issues/477