Tutorial 13

This commit is contained in:
David Botton 2021-01-20 17:16:36 -05:00
parent 2b8663169d
commit 07a84c7052
7 changed files with 171 additions and 0 deletions

View 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)