This commit is contained in:
Kartik K. Agaram 2015-07-05 10:35:26 -07:00
parent f1cfd691b4
commit c5b93055b6
1 changed files with 5 additions and 1 deletions

View File

@ -70,9 +70,13 @@ written directly in machine code. Currently you build it like so:
```shell
$ cd mu
$ make test
$ ./mu
```
Running mu will always recompile it if necessary. In this case it has no other
work to do, so it'll show you a hopefully helpful message after it's done
compiling.
As a sneak peek, here's how you compute factorial in Mu:
![code example](http://i.imgur.com/QbZMprn.png)