On Sun, Jan 11, 2009 at 9:38 PM, Ethan Herdrick <[email protected]> wrote: > > Why aren't all sequences callable, i.e. why don't they all implement > IFn? I'd like to use lists like this sometimes.
When you call maps and vectors, it acts as if you're calling 'get'. But 'get' doesn't do anything useful for lists. So what should a list do when called? --Chouser --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
