Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | But we don't actually support fake keyboards anywhere yet. | ||||
* | 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 |
| | | | | Mu can now compute (factorial 5) | ||||
* | 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 |
| | | | | Currently stateful, but still good for things. | ||||
* | 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 |
| | | | | I'm not bothering with full dynamic scope for now. | ||||
* | . | Kartik K. Agaram | 2021-04-05 | 1 | -0/+822 |