Re: Library suggestions requested for clojure-toolbox.com

2015-10-13 Thread Josh Tilles
Also, you may want to replace MidjeDoc with Hydrox 
.

On Tuesday, October 13, 2015 at 6:32:50 PM UTC-4, Josh Tilles wrote:
>
> James, I've provided a bit more information than you requested because I 
> figured mailing list readers might find the extra details useful.
>
>- durable-queue
>   - URL: https://github.com/Factual/durable-queue
>   - GitHub description: “a disk-backed queue for clojure”
>   - Categories:
>  - Probably “Message Queues”
>  - Maybe “Data Serialization”
>  - Maybe “Data Structures”
>   - featured in Zach Tellman’s Clojure/West 2015 presentation, 
> “Everything 
>   Will Flow ”
>   - dirigiste
>   - URL: https://github.com/ztellman/dirigiste
>   - GitHub description: “centrally-planned object and thread pools”
>  - From the README: “Dirigiste provides a fast, richly 
>  instrumented version of a java.util.concurrentExecutorService, …”
>   - Categories:
>  - probably “Java Integration”
>  - maybe “Asynchronous Programming”
>  - maybe “Diagnostics”
>   - also mentioned in Zach Tellman
>- clj-http-lite
>   - URL: https://github.com/hiredman/clj-http-lite
>   - GitHub description: “A lite version of clj-http that uses the 
>   jre's HttpURLConnection”
>   - Categories:
>  - certainly “HTTP Clients”
>  - maybe “Java Integration”
>   - structural-typing
>   - URL: https://github.com/marick/structural-typing
>   - Categories:
>  - probably “Dynamic Typing”
>  - maybe “Validation”
>   - hara.component
>   - URLs:
>  - http://docs.caudate.me/hara/hara-component.html
>  - https://github.com/zcaudate/hara
>  - Categories:
>  - probably “Components”
>  - maybe the *overall* Hara (meta-)library could be considered 
>  under the category “Misc. Functions”
>   
>
> On Monday, October 5, 2015 at 3:41:11 PM UTC-4, James Reeves wrote:
>>
>> If you've written or know about a Clojure or ClojureScript library, and 
>> it's not already on clojure-toolbox.com , 
>> I'd like to hear about it.
>>
>> Post the name and URL (and an optional category) as reply to this 
>> message, and I'll add it to the site.
>>
>> - 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 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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Library suggestions requested for clojure-toolbox.com

2015-10-13 Thread Josh Tilles
James, I've provided a bit more information than you requested because I 
figured mailing list readers might find the extra details useful.

   - durable-queue
  - URL: https://github.com/Factual/durable-queue
  - GitHub description: “a disk-backed queue for clojure”
  - Categories:
 - Probably “Message Queues”
 - Maybe “Data Serialization”
 - Maybe “Data Structures”
  - featured in Zach Tellman’s Clojure/West 2015 presentation, “Everything 
  Will Flow ”
  - dirigiste
  - URL: https://github.com/ztellman/dirigiste
  - GitHub description: “centrally-planned object and thread pools”
 - From the README: “Dirigiste provides a fast, richly instrumented 
 version of a java.util.concurrentExecutorService, …”
  - Categories:
 - probably “Java Integration”
 - maybe “Asynchronous Programming”
 - maybe “Diagnostics”
  - also mentioned in Zach Tellman
   - clj-http-lite
  - URL: https://github.com/hiredman/clj-http-lite
  - GitHub description: “A lite version of clj-http that uses the jre's 
  HttpURLConnection”
  - Categories:
 - certainly “HTTP Clients”
 - maybe “Java Integration”
  - structural-typing
  - URL: https://github.com/marick/structural-typing
  - Categories:
 - probably “Dynamic Typing”
 - maybe “Validation”
  - hara.component
  - URLs:
 - http://docs.caudate.me/hara/hara-component.html
 - https://github.com/zcaudate/hara
 - Categories:
 - probably “Components”
 - maybe the *overall* Hara (meta-)library could be considered 
 under the category “Misc. Functions”
  

On Monday, October 5, 2015 at 3:41:11 PM UTC-4, James Reeves wrote:
>
> If you've written or know about a Clojure or ClojureScript library, and 
> it's not already on clojure-toolbox.com , 
> I'd like to hear about it.
>
> Post the name and URL (and an optional category) as reply to this message, 
> and I'll add it to the site.
>
> - 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 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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Library suggestions requested for clojure-toolbox.com

2015-10-07 Thread Matthew Boston
Here are a few that I and others on my team have created.

clojurescript.csv - https://github.com/testdouble/clojurescript.csv - csv 
parsers, clojurescript

baizen - https://github.com/testdouble/baizen - parsing

ring-okta - https://github.com/Hendrick/ring-okta - request middleware

avenue - https://github.com/Hendrick/avenue - http routing

On Monday, October 5, 2015 at 1:41:11 PM UTC-6, James Reeves wrote:
>
> If you've written or know about a Clojure or ClojureScript library, and 
> it's not already on clojure-toolbox.com , 
> I'd like to hear about it.
>
> Post the name and URL (and an optional category) as reply to this message, 
> and I'll add it to the site.
>
> - 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 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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Library suggestions requested for clojure-toolbox.com

2015-10-07 Thread Christopher Small
Would love to see Semantic CSV up there under the CSV parsers.

{:name "semantic-csv"
 :category "CSV parsers"
 :URL "https://github.com/metasoarous/semantic-csv";
 :description "Higher level tools for working with CSV data"}

Cheers

Chris


On Monday, October 5, 2015 at 12:41:11 PM UTC-7, James Reeves wrote:
>
> If you've written or know about a Clojure or ClojureScript library, and 
> it's not already on clojure-toolbox.com , 
> I'd like to hear about it.
>
> Post the name and URL (and an optional category) as reply to this message, 
> and I'll add it to the site.
>
> - 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 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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Library suggestions requested for clojure-toolbox.com

2015-10-07 Thread Erik Assum
chat/xmpp
https://github.com/slipset/xmpp-clj 

Erik.

> On 5. okt. 2015, at 21.40, James Reeves  wrote:
> 
> If you've written or know about a Clojure or ClojureScript library, and it's 
> not already on clojure-toolbox.com, I'd like to hear about it.
> 
> Post the name and URL (and an optional category) as reply to this message, 
> and I'll add it to the site.
> 
> - 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 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 unsubscribe from this group and stop receiving emails from it, send an 
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Library suggestions requested for clojure-toolbox.com

2015-10-07 Thread Arnout Roemers
{:name "functionalbytes/rmap"
 :description "Define literal lazy, recursive maps - plus extras"
 :URL "https://github.com/aroemers/rmap";
 :category "Data Structures"}

Op maandag 5 oktober 2015 21:41:11 UTC+2 schreef James Reeves:
>
> If you've written or know about a Clojure or ClojureScript library, and 
> it's not already on clojure-toolbox.com , 
> I'd like to hear about it.
>
> Post the name and URL (and an optional category) as reply to this message, 
> and I'll add it to the site.
>
> - 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 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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Library suggestions requested for clojure-toolbox.com

2015-10-07 Thread Lars Andersen
String manipulation library for clj and 
cljs: https://github.com/expez/superstring

On Monday, October 5, 2015 at 9:41:11 PM UTC+2, James Reeves wrote:
>
> If you've written or know about a Clojure or ClojureScript library, and 
> it's not already on clojure-toolbox.com , 
> I'd like to hear about it.
>
> Post the name and URL (and an optional category) as reply to this message, 
> and I'll add it to the site.
>
> - 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 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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Library suggestions requested for clojure-toolbox.com

2015-10-06 Thread Nathan Davis
pulley.cps:  https://github.com/positronic-solutions/pulley.cps

On Monday, October 5, 2015 at 2:41:11 PM UTC-5, James Reeves wrote:
>
> If you've written or know about a Clojure or ClojureScript library, and 
> it's not already on clojure-toolbox.com , 
> I'd like to hear about it.
>
> Post the name and URL (and an optional category) as reply to this message, 
> and I'll add it to the site.
>
> - 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 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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Library suggestions requested for clojure-toolbox.com

2015-10-06 Thread Nicolás Berger
{:name "ring-logger",
 :URL "https://github.com/nberger/ring-logger";,
 :category "Logging"}

On Mon, Oct 5, 2015 at 4:40 PM, James Reeves  wrote:
> If you've written or know about a Clojure or ClojureScript library, and it's
> not already on clojure-toolbox.com, I'd like to hear about it.
>
> Post the name and URL (and an optional category) as reply to this message,
> and I'll add it to the site.
>
> - 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 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 unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Library suggestions requested for clojure-toolbox.com

2015-10-06 Thread William la Forge
aatree is ready to go.

I fixed the bugs, released 0.3.1, and posted it to Clojars: 
*https://clojars.org/aatree*

{:name "aatree", 
 :URL "https://github.com/laforge49/aatree";,
 :category "Data Structures"}

On Monday, October 5, 2015 at 10:27:10 PM UTC-4, James Reeves wrote:
>
> On 6 October 2015 at 01:15, William la Forge  > wrote:
>
>> {:name "aatree", 
>>  :URL "https://github.com/laforge49/aatree";,
>>  :category "Data Structures"}
>>
>
> Where is this library deployed to? I can't see it on Clojars and there 
> aren't any other Maven repositories listed in the project file or README.
>
> - 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 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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Library suggestions requested for clojure-toolbox.com

2015-10-06 Thread William la Forge
Ah, sorry it is not. And having just found a race condition, I am inclined
not to. So lets just say I was premature.

On Mon, Oct 5, 2015 at 10:26 PM, James Reeves  wrote:

> On 6 October 2015 at 01:15, William la Forge  wrote:
>
>> {:name "aatree",
>>  :URL "https://github.com/laforge49/aatree";,
>>  :category "Data Structures"}
>>
>
> Where is this library deployed to? I can't see it on Clojars and there
> aren't any other Maven repositories listed in the project file or README.
>
> - 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 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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Library suggestions requested for clojure-toolbox.com

2015-10-06 Thread Bobby Bobble
Instar https://github.com/boxed/instar would go under Data Transformation

On Monday, October 5, 2015 at 8:41:11 PM UTC+1, James Reeves wrote:
>
> If you've written or know about a Clojure or ClojureScript library, and 
> it's not already on clojure-toolbox.com , 
> I'd like to hear about it.
>
> Post the name and URL (and an optional category) as reply to this message, 
> and I'll add it to the site.
>
> - 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 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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Library suggestions requested for clojure-toolbox.com

2015-10-05 Thread Chris Murphy
I found imagez  (with same name: imagez) 
to be useful for getting and setting pixels and changing the size of a 
raster image. It would go under the Graphics category.

~ Chris

On Tuesday, 6 October 2015 06:41:11 UTC+11, James Reeves wrote:
>
> If you've written or know about a Clojure or ClojureScript library, and 
> it's not already on clojure-toolbox.com , 
> I'd like to hear about it.
>
> Post the name and URL (and an optional category) as reply to this message, 
> and I'll add it to the site.
>
> - 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 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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Library suggestions requested for clojure-toolbox.com

2015-10-05 Thread James Reeves
On 6 October 2015 at 01:15, William la Forge  wrote:

> {:name "aatree",
>  :URL "https://github.com/laforge49/aatree";,
>  :category "Data Structures"}
>

Where is this library deployed to? I can't see it on Clojars and there
aren't any other Maven repositories listed in the project file or README.

- 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 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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Library suggestions requested for clojure-toolbox.com

2015-10-05 Thread William la Forge
{:name "aatree", 
 :URL "https://github.com/laforge49/aatree";,
 :category "Data Structures"}

On Monday, October 5, 2015 at 3:41:11 PM UTC-4, James Reeves wrote:
>
> If you've written or know about a Clojure or ClojureScript library, and 
> it's not already on clojure-toolbox.com , 
> I'd like to hear about it.
>
> Post the name and URL (and an optional category) as reply to this message, 
> and I'll add it to the site.
>
> - 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 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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Library suggestions requested for clojure-toolbox.com

2015-10-05 Thread Max Countryman
Hi James,

I’m not sure if it’s worth mentioning, but I wrote a port of Boundary’s Flake 
k-ordered unique ID generator for Clojure:

https://github.com/maxcountryman/flake 


Max

> On Oct 5, 2015, at 12:40, James Reeves  wrote:
> 
> If you've written or know about a Clojure or ClojureScript library, and it's 
> not already on clojure-toolbox.com , I'd 
> like to hear about it.
> 
> Post the name and URL (and an optional category) as reply to this message, 
> and I'll add it to the site.
> 
> - 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 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 unsubscribe from this group and stop receiving emails from it, send an 
> email to clojure+unsubscr...@googlegroups.com 
> .
> For more options, visit https://groups.google.com/d/optout 
> .

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Library suggestions requested for clojure-toolbox.com

2015-10-05 Thread Sean Grove
Talaria https://github.com/dwwoelfel/talaria [client/server messaging]
"Messaging library for real-time client/server communication over
websockets with fallback to ajax long-polling"

On Mon, Oct 5, 2015 at 4:35 PM, Jony Hudson  wrote:

> Not exactly a library, but Gorilla REPL could fit in there.
> http://gorilla-repl.org . Maybe in the REPL category, although it's not
> really quite that. Probably a bit much to have its own 'notebook' category
> though!
>
>
> Jony
>
>
> On Monday, 5 October 2015 20:41:11 UTC+1, James Reeves wrote:
>>
>> If you've written or know about a Clojure or ClojureScript library, and
>> it's not already on clojure-toolbox.com ,
>> I'd like to hear about it.
>>
>> Post the name and URL (and an optional category) as reply to this
>> message, and I'll add it to the site.
>>
>> - 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 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 unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Library suggestions requested for clojure-toolbox.com

2015-10-05 Thread Jony Hudson
Not exactly a library, but Gorilla REPL could fit in there. 
http://gorilla-repl.org . Maybe in the REPL category, although it's not 
really quite that. Probably a bit much to have its own 'notebook' category 
though!


Jony


On Monday, 5 October 2015 20:41:11 UTC+1, James Reeves wrote:
>
> If you've written or know about a Clojure or ClojureScript library, and 
> it's not already on clojure-toolbox.com , 
> I'd like to hear about it.
>
> Post the name and URL (and an optional category) as reply to this message, 
> and I'll add it to the site.
>
> - 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 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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.