program argument handling
I really like how your quickapp project scaffolds out a Makefile to build the skeletonized application. Thanks! I have been using it for a while now, and my only quibble is that I invariably end up patching in CLON to do argument handling on the commandline. I guess this is a feature request, and I'd be happy to throw some cycles at it, but would you be willing to make CLON an optional include for the application skeleton?
Thanks for the kind words and the feedback! I already have a command line parsing library in the quickapp project, if that could work for your needs (see the readme). If you think it might be nice to include as an optionally included raw source library (as opposed to a quicklisp package), then it'll have to wait until I'm done with my current semester of university before I can code that up, unless you want to try a pull request. If that doesn't work for your needs, then I'm not opposed to CLON as an optional include, if the license is compatable. That work would also have to wait until after this semester or be a pull request.
P.S. Nice avatar!