aboutsummaryrefslogtreecommitdiff
path: root/functions.txt
diff options
context:
space:
mode:
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