A programming language for algorithmic and musical composition.
Contributors:
Apollo requires Stack. Once you have that installed, the following series of commands will install all necessary dependencies and then build the and install the compiler:
make
make install
To see the path where apollo is installed, use the following command
stack path --local-bin-path
Use the apollo --help
command to see all options.