Hi,

On Fri, Mar 12, 2010 at 08:25:23AM +1100, Alex Osborne wrote:

> The list equivalent to the vec or set functions is (apply list ...) --
> there's no shorthand for it as you shouldn't be using lists much
> explicitly, use a vector instead.

In fact there is a short-hand:

user=> (seq [])
nil
user=> (vec [])
[]
user=> (set [])
#{}
user=> (sequence [])
()

Sincerely
Meikel

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