Move demos and tutorials to their own packages

This commit is contained in:
David Botton 2021-12-29 13:25:43 -05:00
parent 63586cfb0f
commit 2c7230356e
35 changed files with 75 additions and 83 deletions

View file

@ -47,11 +47,11 @@
(js-execute obj (format nil "JSLists.applyToList('~A', 'ALL');"
(html-id obj))))
(defpackage #:clog-user
(defpackage #:clog-tut-20
(:use #:cl #:clog)
(:export start-tutorial))
(in-package :clog-user)
(in-package :clog-tut-20)
(defun on-new-window (body)
(clog-toggler:init-toggler body)