clog/tutorial/13-tutorial
2022-03-01 00:48:04 -05:00
..
hello-clog Remove run body in almost every case 2022-03-01 00:48:04 -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)