Re: Clojure Editor

2011-03-18 Thread Olivier Lefevre
On 3/13/2011 1:09 PM, WoodHacker wrote: If you are looking for a very good editor for Clojure try Bluefish. It's been around for ever, is very stable, and does everything you would want an editor to do. And it now works with Clojure. Unless I am mistaken it seems to be missing a nice-to-have

Re: Any Clojure job out there?

2010-05-03 Thread Olivier Lefevre
On 5/2/2010 12:55 AM, ieslick wrote: Compass Labs is a silicon valley based social media startup company. Their data mining team just switched all their internal tools and data mining work to Clojure (production infrastructure is mostly Java/Scala/C) I find it interesting that they use both Clo

Re: clojure 1.2 seq fn enhancement FAQ

2010-05-03 Thread Olivier Lefevre
On 4/29/2010 6:49 PM, Michael Gardner wrote: +1. I can't imagine any use case for looking up a whole [key, value] pair in a hash-map. Agreed. The whole point of a map is to provide key-based lookup. Iterating over all (key, value) pairs in the map makes sense, not so much looking for one in pa