Hi,

Am 11.12.2010 um 09:53 schrieb Saul Hazledine:

> I saw this and thought the opposite! I think it is a good thing that
> somebody has done a higher level argument parsing library.
> 
> As far as I know, getopt doesn't support type conversion, help text or
> field validation. Generally, higher level languages have better
> argument parsing libraries than the getopt style, Python for instance:
> http://docs.python.org/library/optparse.html

This is completely orthogonal. Adding type conversion, help text or field 
validation does not require the underlying parser to be re-implemented. One can 
use getopt, commons-cli, with-command-line or jopt-simple and add things on top 
for real added value.

That said: I have no opinion about the posted code, because I haven't looked at 
it, yet. Generally, I would prefer the above approach: use something existing 
and add functionality on top. But then, I'm also guilty of implementing a cli 
parser in Clojure myself.

Sincerely
Meikel

-- 
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

Reply via email to