about summary refs log tree commit diff stats
path: root/062array.mu
Commit message (Collapse)AuthorAgeFilesLines
* 1883 - type-deducing in more .mu filesKartik K. Agaram2015-07-291-11/+11
|
* 1869 - rename the /deref property to /lookupKartik K. Agaram2015-07-281-3/+3
| | | | Should be a little bit more mnemonic.
* 1868 - start using naked literals everywhereKartik K. Agaram2015-07-281-5/+5
| | | | First step to reducing typing burden. Next step: inferring types.
* 1780 - now we always reclaim local scopesKartik K. Agaram2015-07-131-1/+1
| | | | | | But still no difference in either memory footprint or in running time. This will teach me -- for the umpteenth time -- to optimize before measuring.
* 1773 - update all mu recipes to new-default-spaceKartik K. Agaram2015-07-131-1/+1
| | | | | Turns out to not affect memory utilization or run-time. At all. But still looks nicer and requires less fudging on our part.
* 1599Kartik K. Agaram2015-06-191-3/+3
|
* 1363 - rename 'integer' to 'number'Kartik K. Agaram2015-05-131-7/+7
| | | | ..now that we support non-integers.
* 1276 - make C++ version the defaultKartik K. Agaram2015-05-051-0/+40
I've tried to update the Readme, but there are at least a couple of issues.