Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1069 - rename record/field to container/element | Kartik K. Agaram | 2015-04-16 | 1 | -1/+1 |
| | | | | | | | | | This seems more obvious to laypeople. I've also come up with a design for sum types: I'm going to call them exclusive containers. You call 'get' on containers, 'index' on arrays, and 'maybe-convert' on exclusive containers (as well as tagged types, but that's even later). | ||||
* | 1065 - example program for closures | Kartik K. Agaram | 2015-04-14 | 1 | -3/+3 |
| | |||||
* | 1063 - variable names for surrounding spaces now work | Kartik K. Agaram | 2015-04-14 | 1 | -0/+2 |
| | | | | This was a pain to debug. | ||||
* | 1005 | Kartik K. Agaram | 2015-04-03 | 1 | -1/+8 |
| | |||||
* | 988 - those replace{} directives were a bad idea | Kartik K. Agaram | 2015-03-27 | 1 | -1/+0 |
| | |||||
* | 955 | Kartik K. Agaram | 2015-03-18 | 1 | -0/+13 |