I am looking for a bash alternative to write scripts. I came to know that Nim can do this.
[https://github.com/nim-lang/Nim/issues/3301](https://github.com/nim-lang/Nim/issues/3301) says: #!/usr/bin/env nim should work now. I went through Nimscript page, and also some documentations. I could not find how to do it. It would be helpful to have a complete guide on how to write and use the script.
