Re: Praise to gengetopt

Hilton Garcia Fernandes <[email protected]> Thu, 5 Jan 2012 10:19:51 -0800 (PST)
Newsgroups gmane.comp.gnu.gengetopt.general
Message-ID <[email protected]>
--===============5839018654176301285==
Content-Type: multipart/alternative; boundary="1138910423-1789395933-1325787591=:13209"

--1138910423-1789395933-1325787591=:13209
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

Oh, me and my big mouth. :D =0A=0A=0AIt would be a big honor for me to cont=
ribute for a software that i admire so much. =0A=0A=0AThanks for the opport=
unity. With your help, i will certainly be able to do something useful. Pyt=
hon users will surely benefit from gengetopt. =0A=0A=0AHappy (and productiv=
e) new year for you and the list. =0A=0A=0AAll the best, =0A=0AHilton =0A=
=0A=0A=0A________________________________=0A From: Lorenzo Bettini <bettini=
@dsi.unifi.it>=0ATo: Hilton Garcia Fernandes <[email protected]>; Users =
list for gengetopt <[email protected]> =0ASent: Thursday, January 5, 2=
012 6:23 AM=0ASubject: Re: [help-gengetopt] Praise to gengetopt=0A =0AOn 30=
/12/2011 21:12, Hilton Garcia Fernandes wrote:=0A> Dear Lorenzo and the oth=
er that contributed to gengetopt,=0A>=0A> i'm writing to thank you for the =
excellent work you've been doing with=0A> gengetopt.=0A>=0A> It is simply t=
he best tool for command line parsing that i ever saw.=0A>=0A> Just for doi=
ng that you truly deserve the gratitude of many programmers,=0A> including =
myself. I hope you've had an excellent Christmas, and i wish=0A> you that 2=
012 be even better than 2011 for you.=0A>=0A> If you don't mind, i'd like t=
o share some ideas with you: i use Python=0A> for some small programs. Some=
 of them are command-line based.=0A>=0A> It would be very nice to have geng=
etopt to generate its cl parsing. I'm=0A> aware of 3 Python APIs for cl par=
sing: gengetopt (a thin wrapping over=0A> the gengetopt_long()), optparse a=
nd argparse.=0A>=0A> The last two are very convenient. But none of them, i =
assure you, is as=0A> easy to use as gengetopt.=0A>=0A> What do you think ?=
=0A=0ADear Hilton=0A=0Amany thanks for your praise!=A0 And sorry about the =
delay :)=0A=0AI don't know Python, but if you feel like trying to add Pytho=
n =0Ageneration support to gengetopt, you're more than welcome!=0A=0AI'm av=
ailable for help!=0A=0Ahope to hear from you soon=0Acheers=0A=A0=A0=A0 Lore=
nzo=0A=0A=0A-- =0ALorenzo Bettini, PhD in Computer Science, DI, Univ. Torin=
o=0AICQ# lbetto, 16080134=A0 =A0  (GNU/Linux User # 158233)=0AHOME: http://=
www.lorenzobettini.it MUSIC: http://www.purplesucker.com=0Ahttp://www.myspa=
ce.com/supertrouperabba=0ABLOGS: http://tronprog.blogspot.com=A0 http://lon=
glivemusic.blogspot.com=0Ahttp://www.gnu.org/software/src-highlite=0Ahttp:/=
/www.gnu.org/software/gengetopt=0Ahttp://www.gnu.org/software/gengen http:/=
/doublecpp.sourceforge.net=0A=0A___________________________________________=
____=0AHelp-gengetopt mailing [email protected]=0Ahttps://lists=
.gnu.org/mailman/listinfo/help-gengetopt
--1138910423-1789395933-1325787591=:13209
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

<html><body><div style=3D"color:#000; background-color:#fff; font-family:ar=
ial, helvetica, sans-serif;font-size:10pt"><div><span>Oh, me and my big mou=
th. :D <br></span></div><div><br></div><div>It would be a big honor for me =
to contribute for a software that i admire so much. <br></div><div><br></di=
v><div>Thanks for the opportunity. With your help, i will certainly be able=
 to do something useful. Python users will surely benefit from gengetopt. <=
br></div><div><br></div><div>Happy (and productive) new year for you and th=
e list. <br></div><div><br></div><div>All the best, <br></div><div>Hilton <=
br><span></span></div><div><br></div>  <div style=3D"font-family: arial,hel=
vetica,sans-serif; font-size: 10pt;"> <div style=3D"font-family: times new =
roman,new york,times,serif; font-size: 12pt;"> <font size=3D"2" face=3D"Ari=
al"> <hr size=3D"1">  <b><span style=3D"font-weight: bold;">From:</span></b=
> Lorenzo Bettini &lt;[email protected]&gt;<br> <b><span style=3D"font-w=
eight:
 bold;">To:</span></b> Hilton Garcia Fernandes &lt;[email protected]&gt;=
; Users list for gengetopt &lt;[email protected]&gt; <br> <b><span sty=
le=3D"font-weight: bold;">Sent:</span></b> Thursday, January 5, 2012 6:23 A=
M<br> <b><span style=3D"font-weight: bold;">Subject:</span></b> Re: [help-g=
engetopt] Praise to gengetopt<br> </font> <br>=0AOn 30/12/2011 21:12, Hilto=
n Garcia Fernandes wrote:<br>&gt; Dear Lorenzo and the other that contribut=
ed to gengetopt,<br>&gt;<br>&gt; i'm writing to thank you for the excellent=
 work you've been doing with<br>&gt; gengetopt.<br>&gt;<br>&gt; It is simpl=
y the best tool for command line parsing that i ever saw.<br>&gt;<br>&gt; J=
ust for doing that you truly deserve the gratitude of many programmers,<br>=
&gt; including myself. I hope you've had an excellent Christmas, and i wish=
<br>&gt; you that 2012 be even better than 2011 for you.<br>&gt;<br>&gt; If=
 you don't mind, i'd like to share some ideas with you: i use Python<br>&gt=
; for some small programs. Some of them are command-line based.<br>&gt;<br>=
&gt; It would be very nice to have gengetopt to generate its cl parsing. I'=
m<br>&gt; aware of 3 Python APIs for cl parsing: gengetopt (a thin wrapping=
 over<br>&gt; the gengetopt_long()), optparse and argparse.<br>&gt;<br>&gt;=
 The last two are very convenient. But
 none of them, i assure you, is as<br>&gt; easy to use as gengetopt.<br>&gt=
;<br>&gt; What do you think ?<br><br>Dear Hilton<br><br>many thanks for you=
r praise!&nbsp; And sorry about the delay :)<br><br>I don't know Python, bu=
t if you feel like trying to add Python <br>generation support to gengetopt=
, you're more than welcome!<br><br>I'm available for help!<br><br>hope to h=
ear from you soon<br>cheers<br>&nbsp;&nbsp;&nbsp; Lorenzo<br><br><br>-- <br=
>Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino<br>ICQ# lbetto,=
 16080134&nbsp; &nbsp;  (GNU/Linux User # 158233)<br>HOME: <a href=3D"http:=
//www.lorenzobettini.it" target=3D"_blank">http://www.lorenzobettini.it</a>=
 MUSIC: http://www.purplesucker.com<br>http://www.myspace.com/supertroupera=
bba<br>BLOGS: http://tronprog.blogspot.com&nbsp; http://longlivemusic.blogs=
pot.com<br>http://www.gnu.org/software/src-highlite<br>http://www.gnu.org/s=
oftware/gengetopt<br>http://www.gnu.org/software/gengen
 http://doublecpp.sourceforge.net<br><br>__________________________________=
_____________<br>Help-gengetopt mailing list<br><a ymailto=3D"mailto:Help-g=
[email protected]" href=3D"mailto:[email protected]">Help-gengetopt@gnu=
.org</a><br><a href=3D"https://lists.gnu.org/mailman/listinfo/help-gengetop=
t" target=3D"_blank">https://lists.gnu.org/mailman/listinfo/help-gengetopt<=
/a><br><br><br> </div> </div>  </div></body></html>
--1138910423-1789395933-1325787591=:13209--


--===============5839018654176301285==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Help-gengetopt mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-gengetopt

--===============5839018654176301285==--