From 521d00ff5e18564ddd70546781df6a387a678832 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 11 Jun 2023 10:13:48 -0700 Subject: README: compiling and cleaning instructions. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c046c88..2b05f76 100644 --- a/README.md +++ b/README.md @@ -328,6 +328,14 @@ the `tl-who.tl` file (or its compiled version, if you compile the code). TXR Lisp's `load` is intelligent; the `tl-who` loader module easily loads the needed files, which it finds in the same directory as itself. +To compile all the TL-WHO files: + + ::text + (load "path/to/tl-who" :compile) + +Cleaning compiled files away is similar; use the load argument `:clean` +instead of `:compile`. + TL-WHO symbols are in a package called `tl-who`, which is case sensitive. Its private symbols are in `tl-who-priv`. -- cgit v1.2.3