about summary refs log tree commit diff stats
path: root/037recipe.cc
Commit message (Collapse)AuthorAgeFilesLines
* 1711 - start adding methods to editor-data objectsKartik K. Agaram2015-07-051-4/+6
| | | | The menu bar needs separate recipes to render and respond to events.
* 1702 - experiment: start using 'ordinal' in namesKartik K. Agaram2015-07-041-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!
* 1701Kartik K. Agaram2015-07-041-4/+4
|
* 1699 - first-class recipe typesKartik K. Agaram2015-07-031-0/+51
It should now be easy to do dynamic dispatch, create higher-order functions, etc.