diff options
author | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-03-18 19:23:38 +0200 |
---|---|---|
committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-03-18 20:00:06 +0200 |
commit | 195b0c7d812811287996c3f39cbf5e9ec63da482 (patch) | |
tree | b6b0b39abc0b30c1b8819b2cf50674c77d49c69c /README.md | |
parent | 3d7713b5af2e1229949b31dcce74c7aba1fe042a (diff) | |
download | fwd-195b0c7d812811287996c3f39cbf5e9ec63da482.tar.gz fwd-195b0c7d812811287996c3f39cbf5e9ec63da482.zip |
use generic conts
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 |