An experimental computer algebra system written in Go
Expreduce implements a language with specialized constructs for term rewriting. It is a neat language for a computer algebra system because it is able to express expression manipulation steps in a form very similar to standard math equations
Expreduce implements a language with specialized constructs for term rewriting. It is a neat language for a computer algebra system because it is able to express expression manipulation steps in a form very similar to standard math equations
To install expreduce, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install expreduce
To see what files were installed by expreduce, run:
port contents expreduce
To later upgrade expreduce, run:
sudo port selfupdate && sudo port upgrade expreduce
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.