Commit Graph

10 Commits

Author SHA1 Message Date
Kartik K. Agaram 909adb27f9 3905
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.
2017-06-10 15:41:42 -07:00
Kartik K. Agaram b6fa632e2f 3861 - screen untouched when entering console mode 2017-05-18 10:14:49 -07:00
Kartik K. Agaram 9458918f9e 3483 2016-10-08 10:53:06 -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 34c274107a 2652 - fix issue #4
Thanks chriscool and achikin for reporting this bug.
2016-02-13 13:25:10 -08:00
Kartik K. Agaram 4d6b5173e7 2132 - support for ctrl + arrow keys 2015-09-02 19:18:37 -07:00
Kartik K. Agaram ce87c19ee4 1880 - switch .mu files to new type-deducing idiom 2015-07-29 01:23:22 -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 290fe117c4 1618 2015-06-21 23:53:17 -07:00
Kartik K. Agaram 6a0f71b9f8 1617 2015-06-21 23:42:39 -07:00