From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.user Subject: Re: searching book tips Date: Sun, 03 Oct 2010 12:28:33 +0200 Message-ID: References: <8739tyoich.fsf@ubuntu.ubuntu-domain> <87zkv0f3sw.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1286103050 25577 80.91.229.12 (3 Oct 2010 10:50:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 3 Oct 2010 10:50:50 +0000 (UTC) Cc: guile-user@gnu.org To: Flavio Souza Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Oct 03 12:50:46 2010 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P2M9V-0006LF-LZ for guile-user@m.gmane.org; Sun, 03 Oct 2010 12:50:45 +0200 Original-Received: from localhost ([127.0.0.1]:46830 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P2M9V-0005y3-1U for guile-user@m.gmane.org; Sun, 03 Oct 2010 06:50:45 -0400 Original-Received: from [140.186.70.92] (port=39644 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P2Luz-0001Jf-TG for guile-user@gnu.org; Sun, 03 Oct 2010 06:35:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P2Lkg-0005c0-WB for guile-user@gnu.org; Sun, 03 Oct 2010 06:25:08 -0400 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:60906 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P2Lkg-0005bv-Qz for guile-user@gnu.org; Sun, 03 Oct 2010 06:25:06 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 938D1DBFFC; Sun, 3 Oct 2010 06:25:06 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=4aW/aJi+VBQ7Q9pCCI5u+j6aprw=; b=oO1XSu hOHhyYzTE1fsj2dMpR+vVPo1q5Dt55LKeVnL9C5jfehP5EB7J2vrzBFCGljWGtkw ow0Felq4eXOZtc6KO17PsAG/1viUkwW9O6fLqtqzs3NUlsYmVlmFFctEjXo0fXdv ETBZw0OM+9S+Zrv5Iev/P6bBOZ1S2LAJDpf34= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=D01JR5DfCqk+5sUsO9X6Xa1oyatV9J4T 6Hy7SnaOuJUFk/QX9ZS/nWcxtNLoL8lcEXwirQ9cJfeSMNPhRZdcwhYOm7E5IJQ7 XtKMCOBbMZJcfwii8Bfr+P55e72KduuPIC+/sxlapz1G4YCyyW5i4UY6Cje9Eu0v NVJqakpjqN4= Original-Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 7FFACDBFFB; Sun, 3 Oct 2010 06:25:05 -0400 (EDT) Original-Received: from unquote.localdomain (unknown [81.38.187.246]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id A82DCDBFFA; Sun, 3 Oct 2010 06:25:03 -0400 (EDT) In-Reply-To: <87zkv0f3sw.fsf@gmail.com> (Flavio Souza's message of "Wed, 29 Sep 2010 21:55:27 -0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: 7D4E8760-CED8-11DF-80C2-030CEE7EF46B-02397024!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:8197 Archived-At: On Thu 30 Sep 2010 02:55, Flavio Souza writes: > I am reading this book: > > Simply Scheme: Introducing Computer Science > > http://www.cs.berkeley.edu/~bh/ss-toc2.html It's a fun one, but you should temper it with a book that has a more strict approach to syntactic abstraction. I don't know of one off-hand, though. Andy -- http://wingolog.org/