aboutsummaryrefslogtreecommitdiff
path: root/functions.txt
diff options
context:
space:
mode:
authormryouse2023-05-25 22:45:23 +0000
committermryouse2023-05-25 22:45:23 +0000
commit3535bfefccea789169786767ac80c54241cae019 (patch)
treeecc376d5d0effd75b31fb0a78ee55fedfc92b64a /functions.txt
parent9fe6496202bd95d252ed2323a88fd24781780b64 (diff)
lambdas!
Diffstat (limited to 'functions.txt')
-rw-r--r--functions.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/functions.txt b/functions.txt
index 986164f..6c18c60 100644
--- a/functions.txt
+++ b/functions.txt
@@ -39,20 +39,20 @@ LISP-Y:
[x] block
[ ] parse-neb
[ ] eval
-[ ] lambda
+[x] lambda
[ ] quote
LISTS:
[ ] append
[ ] empty?
-[ ] first
+[x] first
[ ] in?
[ ] last
[ ] length
-[-] list (works, but adds every item as a constant?)
+[x] list
[ ] most
[ ] prepend
-[ ] rest
+[x] rest
[ ] reverse
[ ] shuf
[ ] slice