Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada, and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada, and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
To install nim, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install nim
To see what files were installed by nim, run:
port contents nim
To later upgrade nim, run:
sudo port selfupdate && sudo port upgrade nim
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.