On Jan 16, 2013 6:50 PM, "Sean Corfield" <seancorfi...@gmail.com> wrote:
> sr-speedbar seems to depend on the CL package being present? Not sure
> I want to have that installed... I seem to recall cautions from
> several folks about that...?

cl.el ships with emacs and is widely used. Writing elisp without it is
extremely cumbersome as you miss out on reduce, filter, keyword args etc.
The only downside is your code can't be included in Emacs itself. You may
be thinking of eieio, which is a CLOS clone that introduces a lot of
annoying runtime overhead, but that's separate from cl.el.

-Phil

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