about summary refs log tree commit diff stats
path: root/Readme.md
Commit message (Collapse)AuthorAgeFilesLines
* 3414Kartik K. Agaram2016-09-241-2/+2
|
* 3398Kartik K. Agaram2016-09-181-6/+11
|
* 3322Kartik K. Agaram2016-09-111-2/+2
|
* 3318Kartik K. Agaram2016-09-101-0/+24
| | | | Describe immutability checks in the Readme.
* 3317Kartik K. Agaram2016-09-101-4/+4
|
* 3316Kartik K. Agaram2016-09-101-1/+2
|
* 3314Kartik K. Agaram2016-09-101-21/+25
|
* 3173Kartik K. Agaram2016-08-121-23/+23
|
* 3101 - purge .traces/ dir from repo historyKartik K. Agaram2016-07-051-6/+0
| | | | | | | | | | | | | | | | | | | | | I'd been toying with this idea for some time now given how large the repo had been growing. The final straw was noticing that people cloning the repo were having to wait *5 minutes*! That's not good, particularly for a project with 'tiny' in its description. After purging .traces/ clone time drops to 7 seconds in my tests. Major issue: some commits refer to .traces/ but don't really change anything there. That could get confusing :/ Minor issues: a) I've linked inside commits on GitHub like a half-dozen times online or over email. Those links are now liable to eventually break. (I seem to recall GitHub keeps them around as long as they get used at least once every 60 days, or something like that.) b) Numbering of commits is messed up because some commits only had changes to the .traces/ sub-directory.
* 3100Kartik K. Agaram2016-07-041-0/+1
|
* 3099Kartik K. Agaram2016-07-041-1/+3
|
* 3068Kartik K. Agaram2016-06-261-1/+1
|
* 2997 - new version of http://akkartik.name/aboutKartik K. Agaram2016-05-231-4/+4
|
* 2940Kartik K. Agaram2016-05-081-0/+2
|
* 2877Kartik K. Agaram2016-04-271-1/+1
|
* 2876Kartik K. Agaram2016-04-271-1/+1
|
* 2865Kartik K. Agaram2016-04-241-1/+1
|
* 2833Kartik K. Agaram2016-04-141-1/+4
|
* 2785Kartik K. Agaram2016-03-151-7/+12
|
* 2783 - typo in Readme; thanks John LampingKartik K. Agaram2016-03-141-2/+2
|
* 2761Kartik K. Agaram2016-03-111-10/+8
|
* 2758Kartik K. Agaram2016-03-101-4/+4
|
* 2757Kartik K. Agaram2016-03-101-3/+3
|
* 2756Kartik K. Agaram2016-03-101-6/+6
|
* 2755Kartik K. Agaram2016-03-101-10/+1
|
* 2754Kartik K. Agaram2016-03-101-2/+2
|
* 2753Kartik K. Agaram2016-03-101-3/+3
|
* 2752Kartik K. Agaram2016-03-101-1/+2
|
* 2751Kartik K. Agaram2016-03-101-103/+31
|
* 2750 - take out all philosophy from the ReadmeKartik K. Agaram2016-03-101-197/+61
|
* 2747Kartik K. Agaram2016-03-091-0/+4
| | | | Thanks Ben Trask for engaging with my arguments.
* 2742Kartik K. Agaram2016-03-081-41/+2
|
* 2738Kartik K. Agaram2016-03-081-16/+16
|
* 2737Kartik K. Agaram2016-03-081-1/+1
|
* 2735 - define recipes using 'def'Kartik K. Agaram2016-03-081-29/+29
| | | | | | | | | | | | 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.
* 2734Kartik K. Agaram2016-03-081-7/+7
|
* 2733Kartik K. Agaram2016-03-071-0/+2
|
* 2732Kartik K. Agaram2016-03-071-1/+10
|
* 2731Kartik K. Agaram2016-03-071-1/+1
|
* 2730Kartik K. Agaram2016-03-071-43/+159
|
* 2729Kartik K. Agaram2016-03-061-7/+12
|
* 2723Kartik K. Agaram2016-02-291-5/+2
|
* 2651Kartik K. Agaram2016-02-121-7/+2
|
* 2650Kartik K. Agaram2016-02-121-4/+4
|
* 2562Kartik K. Agaram2016-01-171-1/+1
| | | | | | | | | | | | We want to use the type 'recipe' for recipe *variables*, because it seems nicer to say `recipe number -> number` rather than recipe-ordinal, etc. To support this we'll allow recipe names to be mentioned without any type. This might make a couple of places in this commit more brittle. I'm dropping error messages, causing them to not happen in some situations. Maybe I should just bite the bullet and require an explicit :recipe-literal. We'll see.
* 2437Kartik K. Agaram2015-11-141-3/+4
|
* 2427Kartik K. Agaram2015-11-121-3/+3
|
* 2426Kartik K. Agaram2015-11-111-5/+62
|
* 2425Kartik K. Agaram2015-11-101-7/+8
|
* 2176Kartik K. Agaram2015-09-061-3/+3
|