Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1880 - switch .mu files to new type-deducing idiom | Kartik K. Agaram | 2015-07-29 | 1 | -3/+3 |
| | |||||
* | 1868 - start using naked literals everywhere | Kartik K. Agaram | 2015-07-28 | 1 | -1/+1 |
| | | | | First step to reducing typing burden. Next step: inferring types. | ||||
* | 1445 | Kartik K. Agaram | 2015-05-23 | 1 | -2/+1 |
| | |||||
* | 1393 | Kartik K. Agaram | 2015-05-17 | 1 | -0/+18 |
| | |||||
* | 1276 - make C++ version the default | Kartik K. Agaram | 2015-05-05 | 1 | -20/+0 |
| | | | | I've tried to update the Readme, but there are at least a couple of issues. | ||||
* | 690 - convention: '$' commands for debugging only | Kartik K. Agaram | 2015-02-01 | 1 | -1/+1 |
| | | | | | | Swap printing generalized objects using arc's infrastructure to be the $-prefixed debug helper, while the erstwhile $print-key-to-host becomes the primitive print-character to host. | ||||
* | 666 - first-class continuations! | Kartik K. Agaram | 2015-01-28 | 1 | -0/+20 |