Commit Graph

18 Commits

Author SHA1 Message Date
Kartik K. Agaram
192d59d3bb 3380
One more place we were missing expanding type abbreviations: inside
container definitions.
2016-09-17 00:43:20 -07:00
Kartik K. Agaram
1ead356219 2735 - define recipes using 'def'
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.
2016-03-08 01:46:47 -08:00
Kartik K. Agaram
bc64369276 1868 - start using naked literals everywhere
First step to reducing typing burden. Next step: inferring types.
2015-07-28 14:33:22 -07:00
Kartik K. Agaram
5497090aa1 1363 - rename 'integer' to 'number'
..now that we support non-integers.
2015-05-13 10:03:26 -07:00
Kartik K. Agaram
d2244a2f11 1345 2015-05-11 12:09:50 -07:00
Kartik K. Agaram
b96af395b9 1276 - make C++ version the default
I've tried to update the Readme, but there are at least a couple of issues.
2015-05-05 21:17:24 -07:00
Kartik K. Agaram
3cf8954932 717 2015-02-08 11:55:40 -08:00
Kartik K. Agaram
d4b4d018c7 428 - cleanup odds and ends 2014-12-14 13:21:59 -08:00
Kartik K. Agaram
0ca35d02df 403 - 'function' is more clear than 'def' 2014-12-12 18:07:30 -08:00
Kartik K. Agaram
cb9e66d70b 314 - better syntax for functions 2014-11-24 21:12:23 -08:00
Kartik K. Agaram
2c9aa92f56 212 - initial flow
Bring back the example program.
2014-11-01 16:15:15 -07:00
Kartik K. Agaram
2c0a6696a9 145 - delete random programs
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.)
2014-10-14 17:26:28 -07:00
Kartik K. Agaram
339001ea83 91 - just implement ops natively to maintain momentum 2014-08-31 11:26:07 -07:00
Kartik K. Agaram
4a0b335c28 49 - make Readme less ambiguous
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?
2014-08-18 10:23:24 -07:00
Kartik K. Agaram
fa234f9a86 42 - update Readme
Broken since commit 11 on Jul 10.
2014-07-31 02:09:45 -07:00
Kartik K. Agaram
a1fe0ff3c7 2 - compound functions 2014-07-06 01:54:09 -07:00
Kartik K. Agaram
c72d831021 1 2014-07-06 01:44:32 -07:00
Kartik K. Agaram
e74ff41321 0 2014-07-06 00:07:03 -07:00