On Sep 3, 11:53 am, noahr <[EMAIL PROTECTED]> wrote: > Any opinions on whether Clojure is solid enough to be used in actual > production systems?
I have ~1000 lines of Clojure code at work (plus many more I'm no longer using), not exactly "production" but in regular use for batch jobs. The only problems I have had showed up during development -- usually edge cases relating to Java integration, like seq on Iterator. Rich always has a patch within a day or two of the report. I've never had Clojure code break after I got it working the first time. I do follow Clojure trunk, which often means I often have to rewrite things to work with new features/conventions. But it's worth it for the development speed over Java. -Stuart --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---