mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-07 19:20:20 -08:00
Move demos and tutorials to their own packages
This commit is contained in:
parent
63586cfb0f
commit
2c7230356e
35 changed files with 75 additions and 83 deletions
|
|
@ -1,8 +1,8 @@
|
|||
(defpackage #:clog-user ; Setup a package for our work to exist in
|
||||
(defpackage #:clog-tut-1 ; Setup a package for our work to exist in
|
||||
(:use #:cl #:clog) ; Use the Common Lisp language and CLOG
|
||||
(:export start-tutorial)) ; Export as public the start-tutorial function
|
||||
|
||||
(in-package :clog-user) ; Tell the "reader" we are in the clog-user package
|
||||
(in-package :clog-tut-1) ; Tell the "reader" we are in the clog-user package
|
||||
|
||||
|
||||
;; Define our CLOG application
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue