OK.  So we can do:
(map (fn [x] x) "abc")
(first "abc")
(rest "abc")
(filter (fn [x] (if (= x \b) false true)) "abc")
(seq "abc")
etc...

So why is (seq? "abc") false?

-m

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to