Tutorial 28 - Minimal CLOG Builder App

This commit is contained in:
David Botton 2022-01-27 22:31:30 -05:00
parent 2d0e2ab6c6
commit d3cabdc183
18 changed files with 20358 additions and 14 deletions

View file

@ -0,0 +1,18 @@
Tutorial 28 is a minimalist project for CLOG Builder
Move the hello-builder directory to ~/common-lisp or another directory
setup for QuickLisp to search. Then excute:
CL-USER> (ql:quickload :hello-builder)
To load "hello-builder":
Load 1 ASDF system:
hello-builder
; Loading "hello-builder"
[package hello-builder]
(:HELLO-BUILDER)
CL-USER> (hello-builder:start-app)
The hello.clog can be openned in CLOG Builder
(ql:quickload :clog/tools)(clog-tools:clog-builder)
hello.lisp is a save render of hello.clog