Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1711 - start adding methods to editor-data objects | Kartik K. Agaram | 2015-07-05 | 1 | -4/+6 |
| | | | | The menu bar needs separate recipes to render and respond to events. | ||||
* | 1702 - experiment: start using 'ordinal' in names | Kartik K. Agaram | 2015-07-04 | 1 | -5/+5 |
| | | | | | | | It comes up pretty early in the codebase, but hopefully won't come up in the mu level until we get to higher-order recipes. Potentially intimidating name, but such prime real estate with no confusing overloadings in other projects! | ||||
* | 1701 | Kartik K. Agaram | 2015-07-04 | 1 | -4/+4 |
| | |||||
* | 1699 - first-class recipe types | Kartik K. Agaram | 2015-07-03 | 1 | -0/+51 |
It should now be easy to do dynamic dispatch, create higher-order functions, etc. |