aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormryouse2022-05-20 02:26:32 +0000
committermryouse2022-05-20 02:26:32 +0000
commitaec71d9d309bca41d587a21e8fb11cd7f167d815 (patch)
tree12d7033704c0559a8a2e09e2465a606b3534d892 /README.md
parent5381b2307a269dfe26085e494a6b4c1a7277112e (diff)
progress 5/19 night
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index 1365375..ef765ca 100644
--- a/README.md
+++ b/README.md
@@ -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