The Julia Language: A fresh approach to technical computing.
Julia is a high-level, high-performance dynamic programming language for technical computing, with syntax that is familiar to users of other technical computing environments.
Julia is a high-level, high-performance dynamic programming language for technical computing, with syntax that is familiar to users of other technical computing environments.
To install julia, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install julia
To see what files were installed by julia, run:
port contents julia
To later upgrade julia, run:
sudo port selfupdate && sudo port upgrade julia
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.