about summary refs log tree commit diff stats
path: root/Readme.md
Commit message (Collapse)AuthorAgeFilesLines
* 1777 - consistent terminology: 'product'Kartik K. Agaram2015-07-131-5/+5
|
* 1775Kartik K. Agaram2015-07-131-2/+2
|
* 1774Kartik K. Agaram2015-07-131-3/+3
|
* 1713Kartik K. Agaram2015-07-051-8/+8
| | | | Less objectionable placeholder for syntax highlighting mu fragments.
* 1712Kartik K. Agaram2015-07-051-1/+5
|
* 1664Kartik K. Agaram2015-06-251-1/+1
|
* 1633Kartik K. Agaram2015-06-241-2/+2
|
* 1550Kartik K. Agaram2015-06-101-0/+7
|
* 1546 - show crucial code samples in colorKartik K. Agaram2015-06-081-23/+36
|
* 1381Kartik K. Agaram2015-05-151-1/+14
|
* 1363 - rename 'integer' to 'number'Kartik K. Agaram2015-05-131-20/+20
| | | | ..now that we support non-integers.
* 1348Kartik K. Agaram2015-05-111-1/+1
|
* 1345Kartik K. Agaram2015-05-111-3/+7
|
* 1341Kartik K. Agaram2015-05-111-0/+17
|
* 1286Kartik K. Agaram2015-05-061-4/+4
|
* 1276 - make C++ version the defaultKartik K. Agaram2015-05-051-64/+47
| | | | I've tried to update the Readme, but there are at least a couple of issues.
* 958Kartik K. Agaram2015-03-191-3/+3
|
* 880 - new personal convention: capitalize names in proseKartik K. Agaram2015-03-101-12/+12
|
* 876Kartik K. Agaram2015-03-091-0/+2
|
* 704Kartik K. Agaram2015-02-021-1/+1
|
* 703Kartik K. Agaram2015-02-021-0/+6
|
* 508Kartik K. Agaram2015-01-071-1/+8
|
* 500Kartik K. Agaram2015-01-021-1/+1
|
* 499Kartik K. Agaram2015-01-021-1/+1
|
* 498 - how mu provides closuresKartik K. Agaram2015-01-021-26/+93
|
* 491Kartik K. Agaram2015-01-021-0/+5
|
* 429Kartik K. Agaram2014-12-141-3/+3
|
* 428 - cleanup odds and endsKartik K. Agaram2014-12-141-35/+60
|
* 405 - permit loading just low levels of codebaseKartik K. Agaram2014-12-131-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | When I'm doing extensive surgery to the internals I want to avoid loading higher levels; they aren't expected to work. But I don't want to keep different levels in separate files just for that. And I definitely don't want to put low-level stuff first. Now I can influence loading in a cross-cutting manner by creating sections with numbers: (section 100 ...code...) And disabling them by running: $ ./anarki/arc 99 mu.arc.t Currently we load all mu 'system software' in level 100, so running at level 99 sidesteps them. Lower levels coming soon. But most of the time we don't need to worry about levels, and the 'mu' script lets us forget about them. Just run .mu files with: $ ./mu factorial.mu To run tests: $ ./mu test mu.arc.t
* 403 - 'function' is more clear than 'def'Kartik K. Agaram2014-12-121-2/+2
|
* 402Kartik K. Agaram2014-12-121-0/+1
|
* 401 - stop abbreviating opsKartik K. Agaram2014-12-121-12/+12
| | | | | We expect users to come across mu from arbitrary bits of code, so try to make each line as self-contained as possible.
* 390Kartik K. Agaram2014-11-291-2/+2
|
* 388Kartik K. Agaram2014-11-291-2/+2
|
* 387Kartik K. Agaram2014-11-291-2/+3
|
* 385Kartik K. Agaram2014-11-291-3/+3
|
* 331Kartik K. Agaram2014-11-261-3/+1
|
* 330Kartik K. Agaram2014-11-261-12/+52
|
* 329Kartik K. Agaram2014-11-261-1/+1
|
* 328Kartik K. Agaram2014-11-261-35/+34
|
* Rename file so markdown will compileKyle Mathews2014-11-251-0/+216