· Frontend for several Scheme implementations · One CLI, many schemes ·
· The best ui/ux to build portable Scheme libraries ·
· All around finest competition in software engineering ·
With your favorite container CLI:
- pull the image;
- create a container from the image;
- enter inside the container;
Inside the container a command called united
can be used to achieve
what is described in the next section.
# united all check [DIRECTORY ...]
# united SCHEME check [DIRECTORY ...]
# united SCHEME exec [DIRECTORY ...] PROGRAM [-- EXTRA ...]
# united SCHEME repl [DIRECTORY ...]
# united SCHEME version
# united available
# united install SCHEME ...
# united prefix [DIRECTORY]
git clone [email protected]:amirouche/united.scheme.rs.git"
cd united.scheme.rs/
./venv
united.scm available | xargs united.scm install
united chibi exec tests/ tests/hello.scm -- azul 2006
united all check tests/