From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Sassmannshausen Subject: Re: FOSDEM 2016 slides Date: Tue, 02 Feb 2016 09:56:16 +0100 Message-ID: <87si1bebin.fsf@pompo.co> References: <20160130163228.GA14514@thebird.nl> <878u36k7y1.fsf@elephly.net> <87bn80g16p.fsf@gmail.com> <871t8wtouc.fsf@web.de> <8737tcf6jy.fsf@gmail.com> <877fioozp9.fsf@gnu.org> Reply-To: alex.sassmannshausen@gmail.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57963) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQWl8-0002VI-4W for Guix-devel@gnu.org; Tue, 02 Feb 2016 03:56:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aQWl7-0005Pc-8s for Guix-devel@gnu.org; Tue, 02 Feb 2016 03:56:26 -0500 In-reply-to: <877fioozp9.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: Guix-devel , Arne Babenhauserheide , guile-user Ludovic Courtès writes: > Alex Sassmannshausen skribis: > >> Arne Babenhauserheide writes: > > [...] > >>> I tend to write quick commandline tools which sometimes begin to grow >>> wild. Elegant commandline parsing is still one of the things with >>> which I had problems in Guile, and I hope that guile-config can fix >>> that. >> >> Indeed, that was exactly my itch to scratch too! > > Much better than the lame command-line handling in Guix I must say. :-) > Looking forward to a release! Hah, well the Guix command-line options are still pretty well documented for the fact that there seem to be, like, a billion-zillion of them! Must be testament to the coding standards in the project :-) Also, there are some corner cases used in Guix that are definitely not yet supported in Config: - the special '--' command-line param - I think it was Guix environment that supports a 'positional keyword command-line parameter' — that's definitely still off the cards Anyway, yes, must release! Alex