From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: anoglad@gmx.at Newsgroups: gmane.lisp.guile.user Subject: Re: searching book tips Date: Thu, 02 Sep 2010 20:37:15 +0200 Message-ID: <87bp8gkn50.fsf@ubuntu.ubuntu-domain> References: <8739tyoich.fsf@ubuntu.ubuntu-domain> <87k4n85e2o.fsf@newton.homeunix.net> NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1283452661 4583 80.91.229.12 (2 Sep 2010 18:37:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 2 Sep 2010 18:37:41 +0000 (UTC) Cc: guile-user@gnu.org To: "Jose A. Ortega Ruiz" Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Sep 02 20:37:40 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 1OrEfL-0008KZ-5f for guile-user@m.gmane.org; Thu, 02 Sep 2010 20:37:39 +0200 Original-Received: from localhost ([127.0.0.1]:45145 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OrEfK-0006Bt-BS for guile-user@m.gmane.org; Thu, 02 Sep 2010 14:37:38 -0400 Original-Received: from [140.186.70.92] (port=49644 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OrEfB-00067x-ME for guile-user@gnu.org; Thu, 02 Sep 2010 14:37:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OrEf7-00033n-Mr for guile-user@gnu.org; Thu, 02 Sep 2010 14:37:29 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:46218 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OrEf7-00033J-97 for guile-user@gnu.org; Thu, 02 Sep 2010 14:37:25 -0400 Original-Received: (qmail invoked by alias); 02 Sep 2010 18:37:22 -0000 Original-Received: from 93-82-97-95.adsl.highway.telekom.at (EHLO ubuntu.ubuntu-domain.gmx.at) [93.82.97.95] by mail.gmx.net (mp044) with SMTP; 02 Sep 2010 20:37:22 +0200 X-Authenticated: #67602627 X-Provags-ID: V01U2FsdGVkX19ANdQgqQVAVTvndalB7AmOcaSMVjNWyzbOCltfdz hGCqvhTNAVCqXZ In-reply-to: <87k4n85e2o.fsf@newton.homeunix.net> (jao@gnu.org) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:8144 Archived-At: >>>>> Jose A Ortega Ruiz writes: > On Sat, Aug 28 2010, anoglad@gmx.at wrote: >> Hi, >> >> We learn C# at school... but I'd like to write beautiful free >> software. However, I'm still a bloody beginner. So could you >> give me please some nice book tips about C, C++ and of course >> Guile? It would be sooo awesome. > For C, I'd recommend Kernnigan and Ritchie's classic "The C > programming language" [0], and Hanson's "C Interfaces and > Implementations" [1]. > For Scheme, and programming in general, i wholeheartedly second > the SICP recommendation (the videos are great fun too). You can > also take a look at my scheme bookshelf [2]. > [0] > http://en.wikipedia.org/wiki/The_C_Programming_Language_(book) > [1] http://sites.google.com/site/cinterfacesimplementations/ [2] > http://programming-musings.org/2007/01/31/a-scheme-bookshelf/ > HTH, jao > -- > Real knowledge is to know the extent of one's ignorance. > -Confucius, philosopher and teacher (c. 551-478 BCE) Thank you very very very much for these nice links.