Comment on Nim version 2.0.0 release candidateparentComments−nikhilsimha3yI am not a fan of case insensitivity either. But it must be easy to write a case insensitive grep. I wager that a nim grep would already exist.I do agree that this is a red flag decision.−michaelsbradley3yhttps://nim-lang.org/docs/nimgrep.htmlIf you use choosenim to install Nim several executables get built/downloaded along with the compiler: $ pwd && ls /Users/me/.nimble/bin choosenim nim nim-gdb nimble nimgrep nimpretty nimsuggest testament https://github.com/dom96/choosenim#readme
Comments
I am not a fan of case insensitivity either. But it must be easy to write a case insensitive grep. I wager that a nim grep would already exist.
I do agree that this is a red flag decision.
https://nim-lang.org/docs/nimgrep.html
If you use choosenim to install Nim several executables get built/downloaded along with the compiler:
https://github.com/dom96/choosenim#readme