Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 3681 | Kartik K. Agaram | 2016-11-22 | 1 | -3/+4 |
| | | | | Couple of fixes to example programs. | ||||
* | 3656 | Kartik K. Agaram | 2016-11-10 | 1 | -6/+6 |
| | | | | | | | | | | | | | | Periodic cleanup to replace 'reply' with 'return' everywhere in the repo. I use 'reply' for students to help reinforce the metaphor of function calls as being like messages through a pipe. But that causes 'reply' to get into my muscle memory when writing Mu code for myself, and I worry that that makes Mu seem unnecessarily alien to anybody reading on Github. Perhaps I should just give it up? I'll try using 'return' with my next student. | ||||
* | 3483 | Kartik K. Agaram | 2016-10-08 | 1 | -10/+10 |
| | |||||
* | 3389 | Kartik K. Agaram | 2016-09-17 | 1 | -5/+12 |
| | |||||
* | 3380 | Kartik K. Agaram | 2016-09-17 | 1 | -16/+16 |
| | | | | | One more place we were missing expanding type abbreviations: inside container definitions. | ||||
* | 2996 | Kartik K. Agaram | 2016-05-21 | 1 | -1/+1 |
| | |||||
* | 2986 - new example: the 8-queens problem | Kartik K. Agaram | 2016-05-20 | 1 | -0/+91 |
Just playing around with edit/ and trying to find bugs. |