diff options
| author | mryouse | 2022-05-20 02:26:32 +0000 |
|---|---|---|
| committer | mryouse | 2022-05-20 02:26:32 +0000 |
| commit | aec71d9d309bca41d587a21e8fb11cd7f167d815 (patch) | |
| tree | 12d7033704c0559a8a2e09e2465a606b3534d892 /README.md | |
| parent | 5381b2307a269dfe26085e494a6b4c1a7277112e (diff) | |
progress 5/19 night
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -11,8 +11,6 @@ ## things that (hopefully) work ### housekeeping - - TODO `(debug-on) => :bool ; turn on debugging (default)` - - TODO `(debug-off) => :bool ; turn off debugging` - TODO `(exit [[status :int]]) => :bool` ### io @@ -51,6 +49,9 @@ - `($ [command :string]) => :list ; doesn't support pipes, first item is return code` - `($| [commands :list]) => :bool ; pipes together multiple shell commands` +### functions + - `(lambda (args) (expr1) (expr2) ... (exprN)) => :any + ### other - pretty much nothing else @@ -89,8 +90,8 @@ - [ ] dict? ### symbols -- [ ] define -- [ ] access +- [x] define +- [x] access ### shell - [x] call out |
