Rich Hickey <[EMAIL PROTECTED]> writes: [..]
> Possible models are CL's member, which works on lists and returns the > tail beginning with the found item, and position, which works on > sequences and returns the index if found. There are also versions of > each that use predicate functions. > > http://www.lispworks.com/documentation/HyperSpec/Body/f_mem_m.htm > http://www.lispworks.com/documentation/HyperSpec/Body/f_pos_p.htm > > I'm open to variants of either or both of these, and have left the I'd like to have both. These are very useful functions and if their addition wouldn't be in conflict with any other aspects of Clojure, then why not include them? -- Dimitre Liotev --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---