[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cmdline.ss library in PLT

This page is part of the web mail archives of SRFI 37 from before July 7th, 2015. The new archives for SRFI 37 contain all messages, not just those from before July 7th, 2015.



On Tue, 24 Sep 2002, Robert Bruce Findler wrote:

> > 1. Cmdline seems to have a mandatory builtin help system. In args-fold, a
> > help option in handled by the programmer like any other option.
>
> yes, we found that making the --help option a built-in saves a lot on
> mantainence. It's much harder to forget to update the help docs in
> their current form.

It sounds convenient. Hopefully srfi-37 can be used underneath by people
who want to create a nice macro or procedure capturing their own help
conventions.

Since an automatic help system wasn't part of my goals for args-fold, I
think I'll leave this point at that.

 -Anthony Carrico