clog/tutorial/13-tutorial
2022-02-10 20:44:11 -05:00
..
hello-clog Updates to tuts and new with-sync-event 2022-02-10 20:44:11 -05:00
README.md Tutorial 13 2021-01-20 17:16:36 -05:00

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)