Re: [ANN] Clojure 1.3 Released

2011-09-28 Thread Sidharth Kshatriya
Hi Sean,

Intrigued by your statement that:

On Wed, Sep 28, 2011 at 3:17 AM, Sean Corfield seancorfi...@gmail.comwrote:

 [...] 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?

Thanks,

Sidharth

-- 
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

Re: [ANN] Clojure 1.3 Released

2011-09-28 Thread Sean Corfield
On Tue, Sep 27, 2011 at 9:21 PM, Sidharth Kshatriya
sid.kshatr...@gmail.com wrote:
 Can you tell me why Clojure scored over Scala for you.

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...
-- 
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)

-- 
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


Re: [ANN] Clojure 1.3 Released

2011-09-27 Thread Sean Corfield
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:

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)

-- 
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


Re: [ANN] Clojure 1.3 Released

2011-09-27 Thread Bruce Durling
Sean,

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.

cheers,
Bruce

-- 
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


Re: [ANN] Clojure 1.3 Released

2011-09-27 Thread Sean Corfield
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)

-- 
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


Re: [ANN] Clojure 1.3 Released

2011-09-24 Thread Mark Nutter
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/README.creole

Cheers.

On Fri, Sep 23, 2011 at 5:44 PM, Christopher Redinger redin...@gmail.comwrote:

 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



-- 
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

Re: [ANN] Clojure 1.3 Released

2011-09-24 Thread Marc Limotte
Thanks, Mark.

This IS easier to read.

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.


 https://github.com/manutter51/Clojure-1.3-Changes-text/blob/master/README.creole

 Cheers.


 On Fri, Sep 23, 2011 at 5:44 PM, Christopher Redinger 
 redin...@gmail.comwrote:

 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

  --
 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


-- 
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

Re: [ANN] Clojure 1.3 Released

2011-09-24 Thread Ben Smith-Mannschott
See also:

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

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/README.creole
 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:

   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

 --
 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

-- 
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


[ANN] Clojure 1.3 Released

2011-09-23 Thread Christopher Redinger


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
Clojure/core

-- 
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