diff options
-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`. |