diff options
author | Leah Neukirchen <leah@vuxu.org> | 2022-12-01 21:46:18 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2022-12-01 22:56:31 +0100 |
commit | 9816d6cea8603026458251f22b147df73b106bd8 (patch) | |
tree | 80d8ef1a7e8506db193728dcace00332f9b44746 /mew.svnwiki | |
parent | f690959ef59004ba00d2d54073c9b8265e5b6d57 (diff) | |
download | mew-9816d6cea8603026458251f22b147df73b106bd8.tar.gz mew-9816d6cea8603026458251f22b147df73b106bd8.tar.xz mew-9816d6cea8603026458251f22b147df73b106bd8.zip |
add fun=>, op=>
Diffstat (limited to 'mew.svnwiki')
-rw-r--r-- | mew.svnwiki | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mew.svnwiki b/mew.svnwiki index c705e29..e6b437c 100644 --- a/mew.svnwiki +++ b/mew.svnwiki @@ -227,6 +227,16 @@ Shortcut for {{(set <loc> (=> <loc> <fun>...))}}. Apply the first function in {{<fun>}} to {{<obj>}}, then the second to the result, etc. Stop if any value is false. +<procedure>(op=> <obj> <form>...)</procedure> + +Like {{=>}}, but all {{<form>}} which are lists implicitly use {{op}}. +If {{<form>}} is not a list, or an unquoted {{,}} list, it is used as is. + +<procedure>(fun=> <form>...)</procedure> + +Like {{per}}, but all {{<form>}} which are lists implicitly use {{op}}. +If {{<form>}} is not a list, or an unquoted {{,}} list, it is used as is. + <procedure>(juxt <fun>...)</procedure> Returns a function that applies each {{<fun>}} to its arguments and |