Nim is a (pretty obscure) "statically typed compiled systems programming language". It's unique because the syntax is very reminiscent of Python, while being a compiled language (;
anyone?), hence making it accessible to Python devs. Now let's cut to the chase - how to install this:
(Powershell only)
- Install chocolatey
choco install nim