-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathacademy.asd
50 lines (50 loc) · 1.75 KB
/
academy.asd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
(defsystem :academy
:serial t
:components ((:static-file "academy.asd")
(:file "packages")
(:file "pedantic-if")
(:file "help")
(:file "classic-utilities")
(:file "debugging")
(:file "pretty-printing")
(:file "input")
(:file "files")
(:file "unicode")
(:file "words")
(:file "randomness")
(:file "petals-around-the-rose")
(:file "hilbert-space-filling-curve")
(:file "war")
(:file "drawing")
(:file "math")
(:file "nuts-and-bolts")
(:file "life")
(:file "probability")
(:file "cellular-automata")
(:file "i-ching")
(:file "emacs")
(:file "remember")
(:file "turtle-graphics")
(:file "strings")
(:file "lists")
(:file "secrets")
(:file "common-lisp")
(:file "naked-repl")
(:file "compliments")
(:file "safety")
(:file "phonetic-alphabet")
(:file "calculator")
(:file "cards")
(:file "chemicals")
(:file "chess")
(:file "parse-portable-game-notation")
(:file "plants")
(:file "stars")
(:file "cities")
#+sbcl (:file "sbcl-nuts-and-bolts")
#+sbcl (:file "git")
#+sbcl (:file "log")
#+sbcl (:file "website")
#+sbcl (:file "hall-of-programmers")
#+sbcl (:file "spelling")
(:file "welcome")))