about summary refs log tree commit diff stats
path: root/callcc.mu
Commit message (Collapse)AuthorAgeFilesLines
* 1880 - switch .mu files to new type-deducing idiomKartik K. Agaram2015-07-291-3/+3
|
* 1868 - start using naked literals everywhereKartik K. Agaram2015-07-281-1/+1
| | | | First step to reducing typing burden. Next step: inferring types.
* 1445Kartik K. Agaram2015-05-231-2/+1
|
* 1393Kartik K. Agaram2015-05-171-0/+18
|
* 1276 - make C++ version the defaultKartik K. Agaram2015-05-051-20/+0
| | | | I've tried to update the Readme, but there are at least a couple of issues.
* 690 - convention: '$' commands for debugging onlyKartik K. Agaram2015-02-011-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. Agaram2015-01-281-0/+20