python-on-guile 1.2.1

2020-04-28 Thread Stefan Israelsson Tampe
I just released a version of python on guile that I think i much more fast in execution of the attribute lookup than before and also I think that this is one of the more correct versions and decided to freeze it into a release. Not much more feature wise than just speedier and slots implemented. Pl

Re: New module proposal: argp

2020-04-28 Thread Arne Babenhauserheide
William ML Leslie writes: > On Tue, 28 Apr 2020, 8:28 pm Arne Babenhauserheide, wrote: > The Python world seem mostly enamoured with click. > > https://click.palletsprojects.com/en/7.x/ I missed that one — decorators give a semablance of macros (with all the compile-time vs. runtime issues th

Re: New module proposal: argp

2020-04-28 Thread Alex Sassmannshausen
Hello, Dale Mellor writes: > Hello, > >I've recently sent up updates to the (ice-9 getopt-long) module as needed > for my mcron program, and I want to follow that up > with a higher-level argument parser in a new module called argp (it will work > along similar lines to glibc's argp). > >

Re: New module proposal: argp

2020-04-28 Thread William ML Leslie
On Tue, 28 Apr 2020, 8:28 pm Arne Babenhauserheide, wrote: > Hi Dale, > > I would like to see an easier way to parse arguments, but I did not yet > find > something that’s on-par with the argparse module in Python. > > Best wishes, > Arne > The Python world seem mostly enamoured with click. htt

Re: New module proposal: argp

2020-04-28 Thread Arne Babenhauserheide
Hi Dale, I would like to see an easier way to parse arguments, but I did not yet find something that’s on-par with the argparse module in Python. Best wishes, Arne Dale Mellor writes: >Also, is the best way to proceed to just write a new (ice-9 argp) module, > or should I be engaging with