Hi Jose, > ; trying to get the first element of an unordered set > (nth (clojure.set/select #(= 0 (mod % 2)) #{1 2 5 10}) 0) > Why do I get different messages running from the REPL or loading from a clj > file ?
I tried it from REPL and file using the from source Clojure 1.1.0- alpha-SNAPSHOT, and for both it gave nth not supported exception, and for the file it gave the line number. Sorry I guess it doesn't help you much, but just letting you know :) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---