On Wed, Aug 4, 2010 at 1:33 AM, vishy <vishalsod...@gmail.com> wrote:

> What does it mean? Does it mean that :hello itself is a value,so we
> call it literal syntax.Also,  this form of vector [1 2 3] is also
> literal syntax.
>


A vector evaluates all of its arguments. If I write [1 2 (+ 1 2)], I'll get
the same vector you got with [1 2 3]. Keywords always evaluate to
themselves.

-- 
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

Reply via email to