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
I don't like the way github presents the changes.txt file, so I forked a copy and did a teeny bit of markup tweaking so it will display in nice touchy-feely HTML layout, if anyone is interested.
On Sat, Sep 24, 2011 at 9:47 AM, Mark Nutter <manutte...@gmail.com> wrote: > Totally awesome, thanks to everyone.
> I don't like the way github presents the changes.txt file, so I forked a > copy and did a teeny bit of markup tweaking so it will display in nice > touchy-feely HTML layout, if anyone is interested.
>> -- > 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+unsubscribe@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en
On Sat, Sep 24, 2011 at 15:47, Mark Nutter <manutte...@gmail.com> wrote: > Totally awesome, thanks to everyone. > I don't like the way github presents the changes.txt file, so I forked a > copy and did a teeny bit of markup tweaking so it will display in nice > touchy-feely HTML layout, if anyone is interested. > https://github.com/manutter51/Clojure-1.3-Changes-text/blob/master/RE... > Cheers.
> On Fri, Sep 23, 2011 at 5:44 PM, Christopher Redinger <redin...@gmail.com> > wrote:
>> We are pleased to announce today the release of Clojure 1.3:
> -- > 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+unsubscribe@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en
On Fri, Sep 23, 2011 at 2:44 PM, Christopher Redinger
<redin...@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).
> The number of Clojure contributors continues to grow. Thanks to all > the people whose code is included in this release:
On Tue, Sep 27, 2011 at 20:17, Sean Corfield <seancorfi...@gmail.com> wrote: > On Fri, Sep 23, 2011 at 2:44 PM, Christopher Redinger > <redin...@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.
On Tue, Sep 27, 2011 at 12:22 PM, Bruce Durling <b...@otfrom.com> wrote: > That is great to hear. So happy to see someone use a lot of clojure in > production. Congrats on the release.
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). -- 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 Wed, Sep 28, 2011 at 3:17 AM, Sean Corfield <seancorfi...@gmail.com>wrote:
> [...] 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).
Can you tell me why Clojure scored over Scala for you. Or was the code a mish-mash of Scala + CFML and that Clojure is just better than the combination?
We like CFML for View templating and Controllers but we expect to migrate most of our Model to Clojure over time... -- 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)