From mboxrd@z Thu Jan 1 00:00:00 1970 From: rendaw Subject: Re: guile scheme tutorial Date: Sat, 4 May 2019 10:51:34 +0900 Message-ID: <5c8481e0-682a-afdf-2228-321987f222d6@fastmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:39636) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hMjq4-00031c-7j for help-guix@gnu.org; Fri, 03 May 2019 21:51:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hMjq3-0003DW-3R for help-guix@gnu.org; Fri, 03 May 2019 21:51:44 -0400 Received: from wout3-smtp.messagingengine.com ([64.147.123.19]:34681) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hMjq2-00039W-Kg for help-guix@gnu.org; Fri, 03 May 2019 21:51:43 -0400 Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.west.internal (Postfix) with ESMTP id 41A0D4A4 for ; Fri, 3 May 2019 21:51:39 -0400 (EDT) Received: from [192.168.1.35] (y236169.dynamic.ppp.asahi-net.or.jp [118.243.236.169]) by mail.messagingengine.com (Postfix) with ESMTPA id 0E9B4E4625 for ; Fri, 3 May 2019 21:51:37 -0400 (EDT) In-Reply-To: Content-Language: en-US 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: help-guix@gnu.org On 5/3/19 9:45 PM, amirouche@hyper.dev wrote: > Hello! > > > If you are getting started guix and want a glimpse of guile, > I made a small tutorial that might get you started: > >    https://github.com/a-guile-mind/book/#a-guile-mind-book > > Feel free to share your own resources to learn Guile Scheme. > > Happy hacking! > > > > Amirouche ~ amz3 > Oh, this is great!  I've actually been putting together a small Guix guide here: https://gitlab.com/rendaw/blog/blob/master/how_to_guix_for_those_who_dont.md It has a small Guile primer, but it doesn't go into depth or have any hands on examples like yours.  My goal was to cover just enough so that people could understand Guix configs (or at least 90% of them), so no recursion, etc.  I'm glad you got into records, I just kind of handwaved that away ("they're functions", not 100% sure this is correct either).