> Any expression can be evaluated with eval. As, indeed, can self-evaluating forms:
user=> (eval 3) 3 user=> (eval (eval (eval (list + 1 2)))) 3 user=> (eval :foo) :foo user=> (eval '+) #<core$_PLUS___3949 clojure.core$_plus___3...@1d05c9a1> user=> (eval 'eval) #<core$eval__4610 clojure.core$eval__4...@4ef5c3a6> This kind of fiddling around in a REPL is very enlightening. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---