Daniel Jomphe wrote:

> Now, all I need is to understand why my use of
> (:name (meta (var expect#))) doesn't work.

Hmm, seeing (var ...) is a special form, it probably doesn't evaluate
its argument. Thus it tries to give me the interned symbol of the let-
bound expect#, which is obviously wrong.

Now, if I try the following, it's also not better:

  (var (first [= 1 2 3]))

ClassCastException: clojure.lang.PersistentList cannot be cast to
clojure.lang.Symbol

I think I've reached myself unconquered territories here. Looks like I
need some help and I need to read the docs more thoroughly.
--~--~---------~--~----~------------~-------~--~----~
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
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to