Re: [ANN] optparse-clj: Functional GNU-style command line options parsing

2013-11-23 Thread John Szakmeister
On Fri, Nov 22, 2013 at 8:30 PM, guns wrote: > On Fri 22 Nov 2013 at 07:22:20PM -0500, John Szakmeister wrote: > >> This looks very nice. Have you considered something along the lines >> of Python's argparse? >> >> http://docs.python.org/dev/library/argparse.html > > Thank you. I am not famil

Re: [ANN] optparse-clj: Functional GNU-style command line options parsing

2013-11-22 Thread guns
On Fri 22 Nov 2013 at 07:22:20PM -0500, John Szakmeister wrote: > This looks very nice. Have you considered something along the lines > of Python's argparse? > > http://docs.python.org/dev/library/argparse.html Thank you. I am not familiar with Python's argparse. My experience with option pa

Re: [ANN] optparse-clj: Functional GNU-style command line options parsing

2013-11-22 Thread John Szakmeister
On Wed, Aug 7, 2013 at 11:53 AM, guns wrote: > Hello, > > I'd like to announce optparse-clj, a command line options parser that > supports GNU option parsing conventions: > > https://github.com/guns/optparse-clj > > [guns.cli/optparse "1.0.0"] > > The interface is modelled after clojure.to

Re: [ANN] optparse-clj: Functional GNU-style command line options parsing

2013-11-20 Thread gaz jones
Hey guns, Yeah sounds good, I don't have admin access to add you as a developer so will ask on the clojure-dev mailing list to see who can do it and cc you on that. Cheers, Gaz On Wed, Nov 20, 2013 at 6:40 PM, guns wrote: > On Wed 20 Nov 2013 at 06:32:49PM -0600, guns wrote: > > The formattin

Re: [ANN] optparse-clj: Functional GNU-style command line options parsing

2013-11-20 Thread guns
On Wed 20 Nov 2013 at 06:32:49PM -0600, guns wrote: > The formatting is a bit ugly, so here is a plain text version: > > https://gist.github.com/guns/7573819/raw/26fc5a741d78b9cf1753fcde1a071dd467d44b4f/tools.cli.proposal.mail Sorry for the double post. The url above should be: https://gist.githu

Re: [ANN] optparse-clj: Functional GNU-style command line options parsing

2013-11-20 Thread guns
On Sun 25 Aug 2013 at 09:05:15PM -0500, gaz jones wrote: > Hey, i am the current maintainer of tools.cli - i have very little time to > make any changes to it at the moment (kids :) ). I'm not sure what the > process is for adding you as a developer or transferring ownership etc but > if I'm happy

Re: [ANN] optparse-clj: Functional GNU-style command line options parsing

2013-08-31 Thread Paul deGrandis
I'm definitely available to help out merging in code and maintaining a contrib. Let me know however you'd like to go forward! Paul On Sun, Aug 25, 2013 at 7:05 PM, gaz jones wrote: > Hey, i am the current maintainer of tools.cli - i have very little time to > make any changes to it at the mom

Re: [ANN] optparse-clj: Functional GNU-style command line options parsing

2013-08-26 Thread Cedric Greevey
You already got the ring of power when you downloaded Clojure. ;) On Mon, Aug 26, 2013 at 8:57 AM, guns wrote: > On Sun 25 Aug 2013 at 09:05:15PM -0500, gaz jones wrote: > > > Hey, i am the current maintainer of tools.cli - i have very little > > time to make any changes to it at the moment (ki

Re: [ANN] optparse-clj: Functional GNU-style command line options parsing

2013-08-26 Thread guns
On Sun 25 Aug 2013 at 09:05:15PM -0500, gaz jones wrote: > Hey, i am the current maintainer of tools.cli - i have very little > time to make any changes to it at the moment (kids :) ). I'm not sure > what the process is for adding you as a developer or transferring > ownership etc but if I'm happy

Re: [ANN] optparse-clj: Functional GNU-style command line options parsing

2013-08-25 Thread gaz jones
Hey, i am the current maintainer of tools.cli - i have very little time to make any changes to it at the moment (kids :) ). I'm not sure what the process is for adding you as a developer or transferring ownership etc but if I'm happy to do so as I have no further plans for working on it. Thanks, G

Re: [ANN] optparse-clj: Functional GNU-style command line options parsing

2013-08-24 Thread guns
On Fri 23 Aug 2013 at 05:02:50PM -0700, Paul deGrandis wrote: > Guns, > > Have you signed a Clojure CA yet? I'd love to help get this merged > into tools.cli Okay, since there is interest, I will mail a CA on Monday morning. Paul, if you are a maintainer or committer of tools.cli, I would be hap

Re: [ANN] optparse-clj: Functional GNU-style command line options parsing

2013-08-24 Thread Paul deGrandis
Guns, Have you signed a Clojure CA yet? I'd love to help get this merged into tools.cli Paul On Wednesday, August 7, 2013 10:18:06 AM UTC-7, guns wrote: > > On Wed 7 Aug 2013 at 05:35:41PM +0100, Wolodja Wentland wrote: > > > Do you have a particular reason why you didn't simply add this >

Re: [ANN] optparse-clj: Functional GNU-style command line options parsing

2013-08-21 Thread Christian Sperandio
Cool! I started looking at integrate the Apache commons-cli with clojure. Your code will save work time :) Thanks -- -- 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 ne

Re: [ANN] optparse-clj: Functional GNU-style command line options parsing

2013-08-21 Thread guns
On Wed 7 Aug 2013 at 10:53:00AM -0500, guns wrote: > I'd like to announce optparse-clj, a command line options parser that > supports GNU option parsing conventions: > > https://github.com/guns/optparse-clj Hello again, optparse-clj 1.1.1 now supports ClojureScript and may be used from Node.

Re: [ANN] optparse-clj: Functional GNU-style command line options parsing

2013-08-07 Thread Laurent PETIT
Le mercredi 7 août 2013, guns a écrit : > On Wed 7 Aug 2013 at 05:35:41PM +0100, Wolodja Wentland wrote: > > > Do you have a particular reason why you didn't simply add this > > functionality to tools.cli ? > > I did think of sending this upstream, but the parser is not the only > point of differ

Re: [ANN] optparse-clj: Functional GNU-style command line options parsing

2013-08-07 Thread guns
On Wed 7 Aug 2013 at 05:35:41PM +0100, Wolodja Wentland wrote: > Do you have a particular reason why you didn't simply add this > functionality to tools.cli ? I did think of sending this upstream, but the parser is not the only point of difference with tools.cli. Given that both libraries are so

Re: [ANN] optparse-clj: Functional GNU-style command line options parsing

2013-08-07 Thread Wolodja Wentland
On Wed, Aug 07, 2013 at 10:53 -0500, guns wrote: > I'd like to announce optparse-clj, a command line options parser that > supports GNU option parsing conventions: > The interface is modelled after clojure.tools.cli¹, but the parser is > more flexible: Yes! Thank you so much for developing this a

[ANN] optparse-clj: Functional GNU-style command line options parsing

2013-08-07 Thread guns
Hello, I'd like to announce optparse-clj, a command line options parser that supports GNU option parsing conventions: https://github.com/guns/optparse-clj [guns.cli/optparse "1.0.0"] The interface is modelled after clojure.tools.cli¹, but the parser is more flexible: * `-abc` expan