From aec71d9d309bca41d587a21e8fb11cd7f167d815 Mon Sep 17 00:00:00 2001 From: mryouse Date: Fri, 20 May 2022 02:26:32 +0000 Subject: progress 5/19 night --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3