Re: ANN: Clojure Toolbox (Early Beta)

2011-03-15 Thread Mibu
Great site! Clean, simple, and very useful. There's a missing 'n' at the end of the link to ring-basic-authentication. The Beta label doesn't mean what it used to mean. Today, it's unflattering and unnecessary to have it on display. Thanks for doing this. You're awesome! -- You received this

Re: ANN: Clojure Toolbox (Early Beta)

2011-03-15 Thread James Reeves
On 15 March 2011 18:26, Mibu mibu.cloj...@gmail.com wrote: Great site! Clean, simple, and very useful. Thanks :) There's a missing 'n' at the end of the link to ring-basic-authentication. Fixed. The Beta label doesn't mean what it used to mean. Today, it's unflattering and unnecessary to

Re: ANN: Clojure Toolbox (Early Beta)

2011-03-11 Thread James Reeves
Fixed. Thanks for pointing that out! - James On 6 March 2011 19:10, Nebojsa Stricevic nebojsa.strice...@gmail.com wrote: Greetings, First, thanks for setting up Clojure Toolbox. Second, ring-json-params link should be fixed. (Missing s at the end.) Cheers, -- Nebojša Stričević --

Re: ANN: Clojure Toolbox (Early Beta)

2011-03-06 Thread Nebojsa Stricevic
Greetings, First, thanks for setting up Clojure Toolbox. Second, ring-json-params link should be fixed. (Missing s at the end.) Cheers, -- Nebojša Stričević -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to

Re: ANN: Clojure Toolbox (Early Beta)

2011-02-27 Thread James Reeves
On 25 February 2011 21:06, Wilson MacGyver wmacgy...@gmail.com wrote: I like to suggest clj-json https://github.com/mmcgrana/clj-json a fast JSON encoder/decoder that uses jackson. clojuresque https://bitbucket.org/kotarak/clojuresque/src clojure plugin for gradle (a very good build system)

Re: ANN: Clojure Toolbox (Early Beta)

2011-02-25 Thread Allen Johnson
I'm sure I've covered only a very small proportion of Clojure libraries out there, so if you'd like to suggest a project that's not on there, please do so in this thread, or in an email to me. I'll try and update the site as quickly as possible. How about: Messaging WabbitMQ

Re: ANN: Clojure Toolbox (Early Beta)

2011-02-25 Thread Paul deGrandis
James, this is awesome stuff! I don't want to crowd up the space, but I'd love to see a section for Machine Learning projects (and perhaps lump nlp and collective intelligence into that). I also think screen-scraping would be worth considering. Paul On Feb 25, 10:38 am, Allen Johnson

Re: ANN: Clojure Toolbox (Early Beta)

2011-02-25 Thread Lee Spector
On Feb 25, 2011, at 2:57 PM, Paul deGrandis wrote: I don't want to crowd up the space, but I'd love to see a section for Machine Learning projects (and perhaps lump nlp and collective intelligence into that). I also think screen-scraping would be worth considering. If there's a machine

Re: ANN: Clojure Toolbox (Early Beta)

2011-02-25 Thread James Reeves
On 25 February 2011 19:57, Paul deGrandis paul.degran...@gmail.com wrote: James, this is awesome stuff! I don't want to crowd up the space, but I'd love to see a section for Machine Learning projects (and perhaps lump nlp and collective intelligence into that).  I also think screen-scraping

Re: ANN: Clojure Toolbox (Early Beta)

2011-02-25 Thread Avram
Sure, you just need to point me toward machine learning projects written in Clojure. Take a look at infer: https://github.com/getwoven/infer -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to

Re: ANN: Clojure Toolbox (Early Beta)

2011-02-25 Thread Wilson MacGyver
I like to suggest clj-json https://github.com/mmcgrana/clj-json a fast JSON encoder/decoder that uses jackson. clojuresque https://bitbucket.org/kotarak/clojuresque/src clojure plugin for gradle (a very good build system) clj-time https://github.com/getwoven/clj-time clojure binding for

Re: ANN: Clojure Toolbox (Early Beta)

2011-02-25 Thread James Reeves
Added Clojush and WabbitMQ. - James -- 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

Re: ANN: Clojure Toolbox (Early Beta)

2011-02-24 Thread Scott Jaderholm
On Wed, Feb 23, 2011 at 6:17 PM, James Reeves jree...@weavejester.comwrote: I'm sure I've covered only a very small proportion of Clojure libraries out there, so if you'd like to suggest a project that's not on there, please do so in this thread, or in an email to me. I'll try and update the

Re: ANN: Clojure Toolbox (Early Beta)

2011-02-24 Thread Fernando Pazin
Awesome work! On 23 fev, 20:17, James Reeves jree...@weavejester.com wrote: I've put together a small, static site inspired by The Ruby Toolbox (ruby-toolbox.com), called (of course) The Clojure Toolbox. It's currently just a series of categorized links to Clojure projects, but I'll be

Re: ANN: Clojure Toolbox (Early Beta)

2011-02-24 Thread Timothy Baldridge
I'd like to see some graphics libraries. Penumbra would be a great addition. Timothy On Thu, Feb 24, 2011 at 9:22 AM, Fernando Pazin pazinferna...@gmail.com wrote: Awesome work! On 23 fev, 20:17, James Reeves jree...@weavejester.com wrote: I've put together a small, static site inspired by

Re: ANN: Clojure Toolbox (Early Beta)

2011-02-24 Thread James Reeves
On 24 February 2011 09:46, Scott Jaderholm jaderh...@gmail.com wrote: Some that I like: slice scriptjure clojurejs cssgen gaka Added. I wasn't quite sure how to classify slice, so I've put it under Template Languages for the time being. - James -- You received this message because you

Re: ANN: Clojure Toolbox (Early Beta)

2011-02-24 Thread James Reeves
On 24 February 2011 16:37, Timothy Baldridge tbaldri...@gmail.com wrote: I'd like to see some graphics libraries. Penumbra would be a great addition. It's already there, under Graphics :) - James -- You received this message because you are subscribed to the Google Groups Clojure group. To

ANN: Clojure Toolbox (Early Beta)

2011-02-23 Thread James Reeves
I've put together a small, static site inspired by The Ruby Toolbox (ruby-toolbox.com), called (of course) The Clojure Toolbox. It's currently just a series of categorized links to Clojure projects, but I'll be gradually adding more functionality to it over the coming weeks. If you've been to the

Re: ANN: Clojure Toolbox (Early Beta)

2011-02-23 Thread Sam Aaron
James Reeves wrote: I'm sure I've covered only a very small proportion of Clojure libraries out there, so if you'd like to suggest a project that's not on there, please do so in this thread, or in an email to me. I'll try and update the site as quickly as possible. How about a Music Sound

Re: ANN: Clojure Toolbox (Early Beta)

2011-02-23 Thread James Reeves
On 23 February 2011 23:37, Sam Aaron samaa...@gmail.com wrote: How about a Music Sound Synthesis section with a pointer to Overtone? Added. - James -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to

Re: ANN: Clojure Toolbox (Early Beta)

2011-02-23 Thread semperos
Thanks for taking the time and effort to put this together. -Daniel -- 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

Re: ANN: Clojure Toolbox (Early Beta)

2011-02-23 Thread David Jacobs
Looks fantastic, this is exactly what I was thinking about when I said Clojure libraries need more discoverability. Excellent work. David On Wednesday, 23 February 2011 at 10:12 pm, semperos wrote: Thanks for taking the time and effort to put this together. -Daniel -- You received