mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
Tutorial 13
This commit is contained in:
parent
2b8663169d
commit
07a84c7052
7 changed files with 171 additions and 0 deletions
13
tutorial/13-tutorial/README.md
Normal file
13
tutorial/13-tutorial/README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
Tutorial 13 is a minimalist project for CLOG
|
||||
|
||||
Move the hello-clog directory to ~/common-lisp or another directory
|
||||
setup for QuickLisp to search. Then excute:
|
||||
|
||||
CL-USER> (ql:quickload :hello-clog)
|
||||
To load "hello-clog":
|
||||
Load 1 ASDF system:
|
||||
hello-clog
|
||||
; Loading "hello-clog"
|
||||
[package hello-clog]
|
||||
(:HELLO-CLOG)
|
||||
CL-USER> (hello-clog:start-app)
|
||||
Loading…
Add table
Add a link
Reference in a new issue