You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to qil...@googlegroups.com
Should we expect the following to compile and evaluate to true?
(= ((thaw ((intern (cn "fr" "eeze")) (+ 2))) 3) 5)
clojure: Wrong number of args (1) passed to: primitives$freeze
clisp: APPLY: freeze is a macro, not a function
Since freeze is on the "system functions" list, I would kind of expect
it to behave like a function. This works:
(= ((intern (cn "tls" "tr")) "foo") "oo")
Mark Tarver
unread,
May 30, 2012, 5:07:44 AM5/30/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Qilang
no its a macro; it does not obey applicative order evaluation