command line parsing?
- From: Daniel Janus <przesunmalpe@xxxxxxxxxxxxxxxxx>
- Date: Tue, 11 Mar 2008 17:09:51 +0000 (UTC)
Hello Lispniks,
Is anybody aware of a good CL library for parsing command-line options?
I'm currently using cl-getopt (http://www.cliki.net/getopt), but it is
a little underdocumented, has problems (like throwing errors in certain
situations), and is missing some features typically encountered in such
libraries for other languages.
What I'm after is something akin to Python's optparse or GNU argp.
In particular, the one feature that I'm yearning for is automatic
help generating in response to -h or --help.
If nobody suggests an already existing alternative, I'll probably
start rolling my own, which means any feature and/or syntax suggestions
are welcome.
Thanks,
--
Daniel 'Nathell' Janus, moveat@xxxxxxxxxxxxxxxxx, http://korpus.pl/~nathell
"Don't treat fictional people as if they were human beings.
It only encourages them."
-- Aris Katsaris, rec.arts.int-fiction
.
- Follow-Ups:
- Re: command line parsing?
- From: Mikel Bancroft
- Re: command line parsing?
- From: Pascal Bourguignon
- Re: command line parsing?
- Prev by Date: Re: Does purely functional way requires static typing?
- Next by Date: Re: Saving Lisp data
- Previous by thread: reading formatted text
- Next by thread: Re: command line parsing?
- Index(es):
Relevant Pages
|