about summary refs log tree commit diff stats
path: root/display.mu
Commit message (Collapse)AuthorAgeFilesLines
* 4119Kartik K. Agaram2017-11-101-1/+1
| | | | Running example programs after a long time.
* 3861 - screen untouched when entering console modeKartik K. Agaram2017-05-181-1/+2
|
* 3380Kartik K. Agaram2016-09-171-1/+1
| | | | | 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.
* 2095Kartik K. Agaram2015-08-281-1/+0
| | | | | | | | | | | | Finally terminate the experiment of keeping debug prints around. I'm also going to give up on maintaining counts. What we really need is two kinds of tracing: a) For tests, just the domain-specific facts, organized by labels. b) For debugging, just transient dumps to stdout. b) only works if stdout is clean by default. Hmm, I think this means 'stash' should be the transient kind of trace.
* 1868 - start using naked literals everywhereKartik K. Agaram2015-07-281-4/+4
| | | | First step to reducing typing burden. Next step: inferring types.
* 1705 - change background colorKartik K. Agaram2015-07-041-1/+1
|
* 1618Kartik K. Agaram2015-06-211-2/+3
|
* 1617Kartik K. Agaram2015-06-211-7/+7
|
* 1584Kartik K. Agaram2015-06-171-1/+1
|
* 1457 - print to display in colorKartik K. Agaram2015-05-251-1/+1
| | | | Just foreground color for now.
* 1363 - rename 'integer' to 'number'Kartik K. Agaram2015-05-131-1/+1
| | | | ..now that we support non-integers.
* 1345Kartik K. Agaram2015-05-111-1/+2
|
* 1276 - make C++ version the defaultKartik K. Agaram2015-05-051-0/+23
I've tried to update the Readme, but there are at least a couple of issues.