mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-09 12:20:27 -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
|
|
@ -17,11 +17,11 @@
|
|||
;;;
|
||||
;;; See START-TUTORIAL below.
|
||||
|
||||
(defpackage #:clog-user
|
||||
(defpackage #:clog-tut-12
|
||||
(:use #:cl #:clog)
|
||||
(:export start-tutorial))
|
||||
|
||||
(in-package :clog-user)
|
||||
(in-package :clog-tut-12)
|
||||
|
||||
(defun on-main (body)
|
||||
(let ((sb (create-style-block body)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue