Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | data.img now has more than one sector of data | Kartik K. Agaram | 2021-04-16 | 1 | -1/+1 |
* | first session programming _within_ the Mu computer | Kartik K. Agaram | 2021-04-15 | 1 | -7/+15 |
* | shell: full closures | Kartik K. Agaram | 2021-04-10 | 1 | -6/+11 |
* | apply doesn't need caller env in lexical scope | Kartik K. Agaram | 2021-04-10 | 1 | -6/+9 |
* | shell: none of our primitives need to be closures | Kartik K. Agaram | 2021-04-10 | 1 | -1/+1 |
* | . | Kartik K. Agaram | 2021-04-10 | 1 | -2/+2 |
* | shell: UI now showing fake keyboard | Kartik K. Agaram | 2021-04-10 | 1 | -21/+21 |
* | shell: move fake screen to sandbox | Kartik K. Agaram | 2021-04-10 | 1 | -21/+22 |
* | shell: structural equality check | Kartik K. Agaram | 2021-04-09 | 1 | -3/+3 |
* | shell: if | Kartik K. Agaram | 2021-04-09 | 1 | -0/+41 |
* | shell: 'set' for defining globals | Kartik K. Agaram | 2021-04-06 | 1 | -0/+47 |
* | shell: quote | Kartik K. Agaram | 2021-04-06 | 1 | -0/+28 |
* | shell: look up globals | Kartik K. Agaram | 2021-04-06 | 1 | -31/+12 |
* | shell: extensible array of globals | Kartik K. Agaram | 2021-04-05 | 1 | -74/+22 |
* | . | Kartik K. Agaram | 2021-04-05 | 1 | -0/+822 |