about summary refs log tree commit diff stats
path: root/x.mu
Commit message (Collapse)AuthorAgeFilesLines
* 3380Kartik K. Agaram2016-09-171-3/+3
| | | | | One more place we were missing expanding type abbreviations: inside container definitions.
* 2735 - define recipes using 'def'Kartik K. Agaram2016-03-081-1/+1
| | | | | | | | | | | | I'm dropping all mention of 'recipe' terminology from the Readme. That way I hope to avoid further bike-shedding discussions while I very slowly decide on the right terminology with my students. I could be smarter in my error messages and use 'recipe' when code uses it and 'function' otherwise. But what about other words like ingredient? It would all add complexity that I'm not yet sure is worthwhile. But I do want separate experiences for veteran programmers reading about Mu on github and for people learning programming using Mu.
* 1868 - start using naked literals everywhereKartik K. Agaram2015-07-281-2/+2
| | | | First step to reducing typing burden. Next step: inferring types.
* 1363 - rename 'integer' to 'number'Kartik K. Agaram2015-05-131-3/+3
| | | | ..now that we support non-integers.
* 1345Kartik K. Agaram2015-05-111-3/+6
|
* 1276 - make C++ version the defaultKartik K. Agaram2015-05-051-6/+5
| | | | I've tried to update the Readme, but there are at least a couple of issues.
* 717Kartik K. Agaram2015-02-081-0/+1
|
* 428 - cleanup odds and endsKartik K. Agaram2014-12-141-3/+3
|
* 403 - 'function' is more clear than 'def'Kartik K. Agaram2014-12-121-1/+1
|
* 314 - better syntax for functionsKartik K. Agaram2014-11-241-2/+2
|
* 212 - initial flowKartik K. Agaram2014-11-011-0/+5
| | | | Bring back the example program.
* 145 - delete random programsKartik K. Agaram2014-10-141-6/+0
| | | | | | | | | They need a type table to work, but I'm keeping type tables next to the tests. Everything needs to be a test from now on. (But first some fixes to the terminal primitives.)
* 91 - just implement ops natively to maintain momentumKartik K. Agaram2014-08-311-0/+1
|
* 49 - make Readme less ambiguousKartik K. Agaram2014-08-181-3/+3
| | | | | | | As expected, mu works just as well with named variables. Maybe I want to insert the local stack frame computations automatically using the assembler? How to indicate globals then? Add 'local' metadata only if 'global' is absent? What about lexical stack frames?
* 42 - update ReadmeKartik K. Agaram2014-07-311-3/+3
| | | | Broken since commit 11 on Jul 10.
* 2 - compound functionsKartik K. Agaram2014-07-061-1/+0
|
* 1Kartik K. Agaram2014-07-061-4/+6
|
* 0Kartik K. Agaram2014-07-061-0/+4
3:22:46 +0100 committer James Booth <boothj5@gmail.com> 2013-10-06 23:22:46 +0100 Removed generic functions from ProfWin' href='/danisanti/profani-tty/commit/src/ui/window.c?id=c6c0a94bb03a5bcd11f555478a7cc7e31f8a3551'>c6c0a94b ^
c7100203 ^


c6c0a94b ^


c7100203 ^


a234ba0c ^
fc8982e7 ^
c6c0a94b ^
a527beab ^
9c1809a5 ^




c6c0a94b ^



9c1809a5 ^

33fc43d5 ^
9c1809a5 ^
fc8982e7 ^
c6c0a94b ^
33fc43d5 ^
9c1809a5 ^

c6c0a94b ^
9c1809a5 ^

c6c0a94b ^
2d534fb2 ^














c6c0a94b ^
a234ba0c ^

c6c0a94b ^
a234ba0c ^
c6c0a94b ^
a234ba0c ^
c6c0a94b ^
a234ba0c ^
c6c0a94b ^
a234ba0c ^
c6c0a94b ^
a234ba0c ^
c6c0a94b ^
a234ba0c ^


c6c0a94b ^

a234ba0c ^

c6c0a94b ^
a234ba0c ^
c6c0a94b ^
a234ba0c ^
c6c0a94b ^
a234ba0c ^
c6c0a94b ^
a234ba0c ^
c6c0a94b ^
a234ba0c ^
c6c0a94b ^
a234ba0c ^


c6c0a94b ^

688eea08 ^






c6c0a94b ^

688eea08 ^

c6c0a94b ^
e1c9cbc9 ^
c6c0a94b ^
688eea08 ^

c6c0a94b ^
688eea08 ^




c6c0a94b ^
688eea08 ^



c6c0a94b ^
688eea08 ^



c6c0a94b ^
688eea08 ^

c6c0a94b ^
688eea08 ^


c6c0a94b ^
688eea08 ^

c6c0a94b ^

688eea08 ^
9c1809a5 ^
9bea1ce8 ^


















































































d99f1536 ^









4cc4461c ^














d99f1536 ^

4cc4461c ^
d99f1536 ^
4cc4461c ^
d99f1536 ^



4cc4461c ^

d99f1536 ^

6441e062 ^
4cc4461c ^
9c1809a5 ^

4cc4461c ^







9c1809a5 ^
47c96ed4 ^

4cc4461c ^
47c96ed4 ^


4cc4461c ^
47c96ed4 ^


4cc4461c ^


47c96ed4 ^




4cc4461c ^




47c96ed4 ^
4cc4461c ^




47c96ed4 ^

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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371