[racket] raco-style command line parsing library?
I don't know of one. Planet has some code that might make a good
starting point (Jacob wrote it).
Robby
On Sun, Jun 27, 2010 at 4:49 PM, Richard Cobbe <cobbe at ccs.neu.edu> wrote:
> Is there an alternative to the `command-line' form that supports the use of
> raco-style (svn-style, cvs-style, etc.) command lines, where the first
> argument is a subcommand, and each subcommand takes a different set of
> arguments and options?
>
> I know that in v4, planet had such a library, but it started with a
> prominent disclaimer that it wasn't ready for prime time. From what I can
> see right now, raco uses ad-hoc logic to deal with this.
>
> I'm in the process of writing something similar to the existing
> `command-line' form that will handle this style of command line, and I
> wanted to avoid duplicating effort.
>
> Thanks,
>
> Richard
> _________________________________________________
> For list-related administrative tasks:
> http://lists.racket-lang.org/listinfo/users
>