b9bd1f70499fe043ddef96e0210f76997af254c0
[sicpelago] / apworld / sicp / items.yml
1 - name: "Icosahedron of Alyssa, Sage of Pairs"
2   id: 0x1
3   kind: progression_skip_balancing
4 - name: "Torus of Louis, Sage of Symbols"
5   id: 0x2
6   kind: progression_skip_balancing
7 - name: "Cube of Ben, Sage of Booleans"
8   id: 0x3
9   kind: progression_skip_balancing
10 - name: "Octahedron of Lem, Sage of Numbers"
11   id: 0x4
12   kind: progression_skip_balancing
13 - name: "Pyramid of Cy, Sage of Promises"
14   id: 0x5
15   kind: progression_skip_balancing
16 - name: "Dodecahedron of Eva, Sage of Procedures"
17   id: 0x6
18   kind: progression_skip_balancing
19 - name: "Sphere of the Lost Sage of Nil"
20   id: 0x7
21   kind: progression_skip_balancing
22
23 - name: "*"
24   id: 0x2a
25   kind: useful_progression
26 - name: "+"
27   id: 0x2b
28   kind: useful_progression
29 - name: "-"
30   id: 0x2d
31   kind: useful_progression
32 - name: "/"
33   id: 0x2f
34   kind: progression
35 - name: "<"
36   id: 0x3c
37   kind: useful_progression
38 - name: "<="
39   id: 0x3c3d
40   kind: progression
41 - name: "="
42   id: 0x3d
43   kind: progression
44 - name: ">"
45   id: 0x3e
46   kind: progression
47 - name: ">="
48   id: 0x3e3d
49   kind: progression
50 - name: "accumulate"
51   id: 0x6d756c617465
52   kind: progression
53 - name: "and"
54   id: 0x616e64
55   kind: progression
56 - name: "append"
57   id: 0x617070656e64
58   kind: progression
59 - name: "apply"
60   id: 0x6170706c79
61   kind: progression
62 - name: "atom?"
63   id: 0x61746f6d3f
64   kind: progression
65 - name: "begin"
66   id: 0x626567696e
67 - name: "boolean?"
68   id: 0x6f6c65616e3f
69 - name: "caar"
70   id: 0x63616172
71 - name: "cadr"
72   id: 0x63616472
73 - name: "car"
74   id: 0x636172
75   kind: useful_progression
76 - name: "cdar"
77   id: 0x63646172
78 - name: "cddr"
79   id: 0x63646472
80 - name: "cdr"
81   id: 0x636472
82   kind: useful_progression
83 - name: "ceil"
84   id: 0x6365696c
85 - name: "cond"
86   id: 0x636f6e64
87   kind: useful_progression
88 - name: "cons"
89   id: 0x636f6e73
90   kind: progression
91 - name: "cons-stream"
92   id: 0x73747265616d
93   kind: progression
94 - name: "decr"
95   id: 0x64656372
96   kind: progression
97 - name: "define"
98   id: 0x646566696e65
99   kind: useful_progression
100 - name: "delay"
101   id: 0x64656c6179
102   kind: progression
103 - name: "eq?"
104   id: 0x65713f
105   kind: progression
106 - name: "equal?"
107   id: 0x657175616c3f
108   kind: progression
109 - name: "even?"
110   id: 0x6576656e3f
111   kind: progression
112 - name: "filter"
113   id: 0x66696c746572
114   kind: progression
115 - name: "flat-map"
116   id: 0x61742d6d6170
117   kind: progression
118 - name: "floor"
119   id: 0x666c6f6f72
120 - name: "force"
121   id: 0x666f726365
122   kind: progression
123 - name: "if"
124   id: 0x6966
125   kind: useful_progression
126 - name: "incr"
127   id: 0x696e6372
128   kind: progression
129 - name: "integer?"
130   id: 0x74656765723f
131 - name: "length"
132   id: 0x6c656e677468
133 - name: "let"
134   id: 0x6c6574
135   kind: useful
136 - name: "list"
137   id: 0x6c697374
138   kind: progression
139 - name: "list-ref"
140   id: 0x73742d726566
141   kind: progression
142 - name: "list?"
143   id: 0x6c6973743f
144   kind: progression
145 - name: "map"
146   id: 0x6d6170
147   kind: progression
148 - name: "max"
149   id: 0x6d6178
150   kind: progression
151 - name: "min"
152   id: 0x6d696e
153   kind: progression
154 - name: "negative?"
155   id: 0x61746976653f
156   kind: progression
157 - name: "nil"
158   id: 0x6e696c
159 - name: "not"
160   id: 0x6e6f74
161   kind: useful
162 - name: "null?"
163   id: 0x6e756c6c3f
164   kind: progression
165 - name: "number?"
166   id: 0x756d6265723f
167   kind: progression
168 - name: "odd?"
169   id: 0x6f64643f
170   kind: progression
171 - name: "or"
172   id: 0x6f72
173   kind: progression
174 - name: "pair?"
175   id: 0x706169723f
176   kind: progression
177 - name: "positive?"
178   id: 0x69746976653f
179   kind: progression
180 - name: "procedure?"
181   id: 0x65647572653f
182 - name: "promise?"
183   id: 0x6f6d6973653f
184 - name: "quotient"
185   id: 0x6f7469656e74
186 - name: "remainder"
187   id: 0x61696e646572
188 - name: "stream-car"
189   id: 0x616d2d636172
190   kind: progression
191 - name: "stream-cdr"
192   id: 0x616d2d636472
193   kind: progression
194 - name: "stream-map"
195   id: 0x616d2d6d6170
196   kind: progression
197 - name: "stream-ref"
198   id: 0x616d2d726566
199   kind: progression
200 - name: "string?"
201   id: 0x7472696e673f
202 - name: "symbol?"
203   id: 0x796d626f6c3f
204 - name: "zero?"
205   id: 0x7a65726f3f
206   kind: progression