Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2548 - teach 'print' to print integers | Kartik K. Agaram | 2015-12-28 | 1 | -50/+76 |
| | | | | | | | | | | Still can't print non-integer numbers, so this is a bit hacky. The big consequence is that you can't print literal characters anymore because of our rules about how we pick which variant to statically dispatch to. You have to save to a character variable first. Maybe I can add an annotation to literals.. | ||||
* | 2477 | Kartik K. Agaram | 2015-11-27 | 1 | -1/+1 |
| | |||||
* | 2468 - overload print-character as just 'print' | Kartik K. Agaram | 2015-11-21 | 1 | -28/+28 |
| | |||||
* | 2467 - rename 'string' to 'text' everywhere | Kartik K. Agaram | 2015-11-21 | 1 | -5/+5 |
| | | | | | | | | Not entirely happy with this. Maybe we'll find a better name. But at least it's an improvement. One part I *am* happy with is renaming string-replace to replace, string-append to append, etc. Overdue, now that we have static dispatch. | ||||
* | 2460 - headers for remaining recipes | Kartik K. Agaram | 2015-11-18 | 1 | -133/+110 |
| | |||||
* | 2430 - make room for more transforms | Kartik K. Agaram | 2015-11-13 | 1 | -0/+684 |