aboutsummaryrefslogtreecommitdiff
path: root/functions.txt
diff options
context:
space:
mode:
authormryouse2023-05-26 03:17:33 +0000
committermryouse2023-05-26 03:17:33 +0000
commit6261be78421d6a842b21653b069ca7b032f8fecc (patch)
tree96c6514e192c1979cce60e60eee8467e04572fe3 /functions.txt
parent2ffc9959f3324a234d8337f05643c8e531154081 (diff)
5/25/2023 update
Diffstat (limited to 'functions.txt')
-rw-r--r--functions.txt30
1 files changed, 12 insertions, 18 deletions
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