about summary refs log tree commit diff stats
path: root/console.mu
Commit message (Collapse)AuthorAgeFilesLines
* 3905Kartik K. Agaram2017-06-101-1/+0
| | | | | | | Standardize exit paths. Most layers now don't need to know about termbox. We can't really use `assert` in console-mode apps; it can't just exit because we want to be able to check assertion failures in tests.
* 3861 - screen untouched when entering console modeKartik K. Agaram2017-05-181-0/+1
|
* 3483Kartik K. Agaram2016-10-081-1/+1
|
* 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.
* 2652 - fix issue #4Kartik K. Agaram2016-02-131-0/+1
| | | | Thanks chriscool and achikin for reporting this bug.
* 2132 - support for ctrl + arrow keysKartik K. Agaram2015-09-021-1/+2
|
* 1880 - switch .mu files to new type-deducing idiomKartik K. Agaram2015-07-291-1/+1
|
* 1868 - start using naked literals everywhereKartik K. Agaram2015-07-281-1/+1
| | | | First step to reducing typing burden. Next step: inferring types.
* 1618Kartik K. Agaram2015-06-211-2/+2
|
* 1617Kartik K. Agaram2015-06-211-0/+14