mirror of
https://github.com/rabbibotton/clog.git
synced 2026-02-25 01:20:49 -08:00
More helpers for clog in quicklisp
This commit is contained in:
parent
2c3df8d408
commit
264cef0db2
8 changed files with 187 additions and 55 deletions
|
|
@ -1,4 +1,4 @@
|
|||
To run a tutorial, start emacs/slime or your CL Lisp in the common-lisp/clog directory:
|
||||
To run a tutorial load clog:
|
||||
|
||||
```
|
||||
CL-USER> (ql:quickload :clog)
|
||||
|
|
@ -10,14 +10,14 @@ To load "clog":
|
|||
(:CLOG)
|
||||
```
|
||||
|
||||
Load the demo:
|
||||
Load the tutorial:
|
||||
|
||||
```
|
||||
CL-USER> (load "/Users/dbotton/common-lisp/clog/tutorial/01-tutorial.lisp")
|
||||
#P"/Users/dbotton/common-lisp/clog/tutorial/01-tutorial.lisp"
|
||||
```
|
||||
|
||||
Start the demo:
|
||||
Start the tutorial:
|
||||
|
||||
```
|
||||
CL-USER> (clog-user:start-tutorial)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue