From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Newbie packagers Date: Sat, 23 Jul 2016 12:21:07 +0200 Message-ID: <20160723102107.GA2138@solar> References: <87poq7dm44.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36380) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQu3X-0001wV-NM for help-guix@gnu.org; Sat, 23 Jul 2016 06:21:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQu3U-0007SF-Ep for help-guix@gnu.org; Sat, 23 Jul 2016 06:21:15 -0400 Received: from mailrelay6.public.one.com ([91.198.169.200]:59112) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQu3U-0007S3-0x for help-guix@gnu.org; Sat, 23 Jul 2016 06:21:12 -0400 Content-Disposition: inline In-Reply-To: <87poq7dm44.fsf@elephly.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Ricardo Wurmus Cc: help-guix@gnu.org Hello Ricardo, On Thu, Jul 21, 2016 at 05:52:43PM +0200, Ricardo Wurmus wrote: > > - the comma operator > > - the backquote operator > > - the quote operator > > - the arobase operator (is it for list unpacking ?) > These are all about list quoting. very nice explanations! I wonder whether this should not appear in the manual or in some blog post that discusses how to contribute to Guix. Andreas