From 6261be78421d6a842b21653b069ca7b032f8fecc Mon Sep 17 00:00:00 2001 From: mryouse Date: Fri, 26 May 2023 03:17:33 +0000 Subject: 5/25/2023 update --- functions.txt | 30 ++++++++++++------------------ 1 file changed, 12 insertions(+), 18 deletions(-) (limited to 'functions.txt') diff --git a/functions.txt b/functions.txt index 6c18c60..81dd8d0 100644 --- a/functions.txt +++ b/functions.txt @@ -43,26 +43,17 @@ LISP-Y: [ ] quote LISTS: -[ ] append [ ] empty? -[x] first -[ ] in? -[ ] last -[ ] length [x] list -[ ] most [ ] prepend -[x] rest -[ ] reverse [ ] shuf -[ ] slice LOGIC: [x] < [x] <= [x] > [x] >= -[ ] eq? +[x] eq? [x] not MATH: @@ -80,18 +71,21 @@ META: [ ] user-funcs [ ] user-symbols -STRINGS: -[-] concat (accepts a single string) (this should be a Native function) -[ ] first -[ ] join +SEQUENCES: +[-] append/concat (only accepts one value) +[x] first +[x] in? [ ] last -[ ] length +[x] length [ ] most -[ ] ord -[ ] raw -[ ] rest +[x] rest [ ] reverse [ ] slice + +STRINGS: +[ ] join +[ ] ord +[ ] raw [ ] split [ ] strip -- cgit v1.2.3