From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: inside the Guile REPL Date: Tue, 16 Jun 2015 09:04:43 +0200 Message-ID: <20150616070443.GA23824@thebird.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60494) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4kvy-00043f-Gx for guix-devel@gnu.org; Tue, 16 Jun 2015 03:05:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z4kvt-0005y8-SM for guix-devel@gnu.org; Tue, 16 Jun 2015 03:05:22 -0400 Content-Disposition: inline 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: Pjotr Prins Cc: guix-devel I have started to document how to use Guix from the Guile REPL. Tips/hints wanted from experienced hackers! This is not only to keep my memory fresh, it may be useful for others. https://github.com/pjotrp/guix-notes/blob/master/HACKING.org#debugging-the-package If this is covered elsewhere I would like to know. I find the Guix documentation itself accurate, but maybe a little terse ;). Using Org-mode is probably the way to do it, though I find Ludo's work on https://en.wikisource.org/wiki/Functional_Package_Management_with_Guix/Build_expressions_and_package_descriptions to be quite useful. Pj.