only remove clog data attributes

This commit is contained in:
David Botton 2024-07-22 02:38:36 -04:00
parent fd2525076e
commit 180b64c6ca
7 changed files with 138 additions and 51 deletions

9
tutorial/README.md vendored
View file

@ -1,5 +1,14 @@
To run a tutorial load clog:
If using the builder open a CLOG Builder REPL and type:
```
> (clog:run-tutorial 1)
```
If using another REPL load CLOG:
```
CL-USER> (ql:quickload :clog)
To load "clog":