From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vladimir Sedach Subject: Re: Help with Learning Programming and LISP Date: Mon, 09 Sep 2019 10:18:40 -0700 Message-ID: <875zm1ie1b.fsf@t510.orion.oneofus.la> References: <9618e0b6e24159251b9d264659149b615a641561.camel@disroot.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:47030) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i7NJb-0000bg-Rt for help-guix@gnu.org; Mon, 09 Sep 2019 13:19:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i7NJZ-00029T-Pa for help-guix@gnu.org; Mon, 09 Sep 2019 13:18:58 -0400 Received: from forward100o.mail.yandex.net ([37.140.190.180]:50244) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i7NJZ-00026l-CQ for help-guix@gnu.org; Mon, 09 Sep 2019 13:18:57 -0400 In-reply-to: <9618e0b6e24159251b9d264659149b615a641561.camel@disroot.org> 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: Raghav Gururajan Cc: help-guix@gnu.org Here are some "introductory yet comprehensive" books about programming with Scheme that will help you get proficient with Guile and other Scheme implementations: Felleisen et al's How to Design Programs: https://htdp.org/ Havrey and Wright's Simply Scheme Springer and Friedman's Scheme and the Art of Programming Out of these I recommend Havrey and Wright's Simply Scheme the most. It has the best treatment of input/output and text processing, a couple of large realistic projects (a spreadsheet and a database), and a chapter on Common Lisp. Vladimir