Commit Graph

25 Commits

Author SHA1 Message Date
Kartik K. Agaram ec99eb7a2a 3966 2017-07-09 14:34:17 -07:00
Kartik K. Agaram 9a81d7460f 3561 2016-10-22 16:56:07 -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 5d2a486d9d 2708 - update map of transform ordering 2016-02-25 20:58:55 -08:00
Kartik K. Agaram 691b529e53 2607 - resolve some edge cases in static dispatch 2015-11-29 11:51:02 -08:00
Kartik K. Agaram 67bc24e7e2 2504 - support to-text in 'stash' 2015-11-28 23:58:43 -08:00
Kartik K. Agaram 04209f7233 2502 2015-11-28 23:19:45 -08:00
Kartik K. Agaram 87f1cf6007 2501 2015-11-28 23:12:19 -08:00
Kartik K. Agaram 266230ef79 2500 2015-11-28 22:52:28 -08:00
Kartik K. Agaram 8a70ff4d97 2499 - done reorganizing transforms 2015-11-28 22:48:57 -08:00
Kartik K. Agaram f78f1907a1 2498
Just one tangle of dependencies left in the transforms. Untangling it
will require one more region: for transforms modifying types (inside
instructions).
2015-11-28 22:41:19 -08:00
Kartik K. Agaram 808e171dbd 2497 2015-11-28 22:37:19 -08:00
Kartik K. Agaram 65bd3727d7 2496 2015-11-28 22:32:36 -08:00
Kartik K. Agaram f76314303a 2495 2015-11-28 22:30:10 -08:00
Kartik K. Agaram 215365d427 2494
Some more structure to transforms, and flattening of dependencies
between them.
2015-11-28 22:17:47 -08:00
Kartik K. Agaram a1b0688786 2493 - eliminate a couple of dependencies
In general you only want to specify one transform in terms of
(before/after) another if the other direction wouldn't work. Otherwise
try to make it work by just pushing transforms at the start/end of the
list.
2015-11-28 21:53:51 -08:00
Kartik K. Agaram dfdfc7e94a 2492 - summarize current transforms 2015-11-28 21:44:13 -08:00
Kartik K. Agaram cdd6fd0967 2313 2015-10-29 12:09:23 -07:00
Kartik K. Agaram 857adbc496 2261 2015-10-06 23:48:04 -07:00
Kartik K. Agaram 1fad5eefd9 1842 - get layers building again after 2 weeks
Also, turns out I haven't been building 999spaces.cc in my default
build. Now fixed.
2015-07-24 21:41:26 -07:00
Kartik K. Agaram 13ba3defe9 1814 - save code in editor
Very rudimentary ability to read/write from file+version control. No
control over name.

Recipes now saved. But what to do about sandboxes?
2015-07-18 13:48:49 -07:00
Kartik K. Agaram c1041a26ad 1440 2015-05-23 14:50:13 -07:00
Kartik K. Agaram 7feea75b13 1417 - draft zoom levels in traces 2015-05-21 18:57:25 -07:00
Kartik K. Agaram ad601041d1 1287 2015-05-06 08:23:56 -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