mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
More helpers for clog in quicklisp
This commit is contained in:
parent
2c3df8d408
commit
264cef0db2
8 changed files with 187 additions and 55 deletions
16
tutorial/13-tutorial.lisp
Normal file
16
tutorial/13-tutorial.lisp
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
(defpackage #:clog-user
|
||||
(:use #:cl #:clog)
|
||||
(:export start-tutorial))
|
||||
|
||||
(in-package :clog-user)
|
||||
|
||||
(defun start-tutorial ()
|
||||
"Start turtorial."
|
||||
|
||||
(format t "Tutorial 13 is a how to on building your own clog appliction.~%~
|
||||
Copy the directory - ~A~%~
|
||||
to your ~~/common-lisp directory or other asdf / quicklisp~%~
|
||||
directory. Then follow the directions in the tuturial 13 ~%~
|
||||
directory."
|
||||
(merge-pathnames "./tutorial/tutorial13"
|
||||
(asdf:system-source-directory :clog))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue