From 195b0c7d812811287996c3f39cbf5e9ec63da482 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Tue, 18 Mar 2025 19:23:38 +0200 Subject: use generic conts --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index c3ecf85..00636b5 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3