diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -4,6 +4,13 @@ return values, instead all computation happens "forward" by heavily utilizing closures. +## Building + +``` +git submodule update --init --recursive +make +``` + ## Why? Informally: Objects have a lot of context to keep track of, are all references |