Aurum is a programming language designed for simplicity and readability. It is a high-level, procedural, stack-oriented, interpreted language.
$ make
$ ./bin/aurum <program.au>
For more detailed examples of how to write programs in Aurum, please refer to the examples/
directory within the Aurum project.