about summary refs log tree commit diff stats
path: root/x.mu
Commit message (Collapse)AuthorAgeFilesLines
* 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