Actually, you might have meant line 267?

On Fri, Jan 10, 2014 at 11:03 AM, Sean Corfield <s...@corfield.org> wrote:

> java.jdbc does this for column names (in joins):
>
>
> https://github.com/clojure/java.jdbc/blob/master/src/main/clojure/clojure/java/jdbc.clj#L257
>
> Sean
>
> On Jan 10, 2014, at 6:59 AM, Colin Yates <colin.ya...@gmail.com> wrote:
>
> I have a sequence of file names and I want to make them unique.  (uniquify
> ["a" "b" "c" "a"]) => ["a" "b" "c" "a_1"])
>
> This is what I have come up with, but surely there is a better way?
>
> What would you all do?  Feedback welcome (including the word 'muppet' as I
> am sure I have missed something simple) :)
>
>
>

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to