Commit Graph

14 Commits

Author SHA1 Message Date
Kartik K. Agaram e5e3640cfb 4119
Running example programs after a long time.
2017-11-10 00:47:45 -08:00
Kartik K. Agaram b6fa632e2f 3861 - screen untouched when entering console mode 2017-05-18 10:14:49 -07:00
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 6c1376f830 2095
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.
2015-08-28 23:25:21 -07: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 57bcdaeefa 1705 - change background color 2015-07-04 20:47:17 -07:00
Kartik K. Agaram 290fe117c4 1618 2015-06-21 23:53:17 -07:00
Kartik K. Agaram 6a0f71b9f8 1617 2015-06-21 23:42:39 -07:00
Kartik K. Agaram dc347ce2d9 1584 2015-06-17 12:35:21 -07:00
Kartik K. Agaram 64ac91c564 1457 - print to display in color
Just foreground color for now.
2015-05-25 18:08:23 -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