Browse Source

adding the essential .koans file

Stanley Bileschi 12 years ago
parent
commit
e0f8a1117e
1 changed files with 29 additions and 0 deletions
  1. 29 0
      .koans

+ 29 - 0
.koans

@@ -0,0 +1,29 @@
1
+(
2
+ :asserts
3
+ :nil-false-empty
4
+ :evaluation
5
+ :atoms-vs-lists
6
+ :special-forms
7
+ :lists
8
+ :arrays
9
+ :vectors
10
+ :multiple-values
11
+ :equality-distinctions
12
+ :hash-tables
13
+ :functions
14
+ :strings
15
+ :structures
16
+ :iteration
17
+ :mapcar-and-reduce
18
+ :control-statements
19
+ :condition-handlers
20
+ :loops
21
+ :triangle-project
22
+ :scoring-project
23
+ :type-checking
24
+ :clos
25
+ :dice-project
26
+ :macros
27
+ :scope-and-extent
28
+ :threads
29
+)