diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2023-06-11 10:13:48 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2023-06-11 10:13:48 -0700 |
commit | 521d00ff5e18564ddd70546781df6a387a678832 (patch) | |
tree | 8ffd160f166f6264aa185c67758a90e83cca7d83 | |
parent | b50039388ea5250bb7396544dd7133fc3131898c (diff) | |
download | tl-who-521d00ff5e18564ddd70546781df6a387a678832.tar.gz tl-who-521d00ff5e18564ddd70546781df6a387a678832.tar.bz2 tl-who-521d00ff5e18564ddd70546781df6a387a678832.zip |
README: compiling and cleaning instructions.
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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`. |