We are pleased to announce today the release of Clojure 1.3: http://clojure.org/downloads For maven/leiningen users, your settings are now: :dependencies [[org.clojure/clojure "1.3.0"]] This release includes many significant features and performance enhancements, documented here: https://github.com/clojure/clojure/blob/1.3.x/changes.txt The number of Clojure contributors continues to grow. Thanks to all the people whose code is included in this release: Aaron Bedra Alan Dipert Alex Miller Alex Ott Alex Redington Alexander Taggart Allen Rohner Ben Smith-Mannschott Benjamin Teuber Brian Hurt Chas Emerick Chouser Christophe Grand Christopher Redinger Colin Jones Cosmin Stejerean Daniel Solano Gómez David Miller David Powell David Rupp Fogus George Jahad Jason Wolfe Juha Arpiainen Justin Balthrop Kevin Downey Luke VanderHart Meikel Brandmeyer Michał Marczyk Mike Hinchey Nicolas Buduroi Paul Michael Bauer Paul Stadig Phil Hagelberg Rasmus Svensson Rich Hickey Robert Lachlan Stephen C. Gilardi Stuart Halloway Stuart Sierra Timothy Pratley Tom Faulhaber Thanks to all involved!
Chris
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clo...@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+u...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
http://dev.clojure.org/jira/browse/CLJ-838
I've submitted some patches there to recode changes.txt to Markdown a
week or two ago. I updated it last night for f0b092b66 "more
changes.txt tweaks"
// Ben
We took Clojure 1.3 into production today, along with a lot more
Clojure code compared to our previous production release. We've
converted all of our profile publishing and searching code to Clojure
now (from Scala and CFML respectively) and we're liking the initial
results we're seeing (improved stability and performance).
> The number of Clojure contributors continues to grow. Thanks to all
> the people whose code is included in this release:
Great work folks - thank you!
--
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/
Railo Technologies, Inc. -- http://www.getrailo.com/
"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)
On Tue, Sep 27, 2011 at 20:17, Sean Corfield <seanco...@gmail.com> wrote:
> On Fri, Sep 23, 2011 at 2:44 PM, Christopher Redinger
> <redi...@gmail.com> wrote:
>> We are pleased to announce today the release of Clojure 1.3:
>
> We took Clojure 1.3 into production today, along with a lot more
> Clojure code compared to our previous production release. We've
> converted all of our profile publishing and searching code to Clojure
> now (from Scala and CFML respectively) and we're liking the initial
> results we're seeing (improved stability and performance).
That is great to hear. So happy to see someone use a lot of clojure in
production. Congrats on the release.
cheers,
Bruce
Thanx. You can get a lot done with just a little Clojure. We stand at
1,829 lines of production Clojure code and 448 lines of unit tests so
far (and a lot of non-Clojure code - but that is slowly migrating to
Clojure as we do any substantial work on the backend of our system).
[...] We've converted all of our profile publishing and searching code to Clojure
now (from Scala and CFML respectively) and we're liking the initial
results we're seeing (improved stability and performance).
For my Scala / Clojure anecdote, see:
http://groups.google.com/group/clojure/browse_thread/thread/b18f9006c068f0a0/
We like CFML for View templating and Controllers but we expect to
migrate most of our Model to Clojure over time...