From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?Q?Aleix_Conchillo_Flaqu=C3=A9?= Newsgroups: gmane.lisp.guile.user Subject: Re: a straight way to testing the own scheme capabilities? Date: Thu, 20 Jan 2011 17:58:00 +0100 Message-ID: References: <20110120174840.cc602d2d.maledetto@online.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1295542716 31475 80.91.229.12 (20 Jan 2011 16:58:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 20 Jan 2011 16:58:36 +0000 (UTC) Cc: guile-user@gnu.org To: maledetto Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Jan 20 17:58:32 2011 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 1PfxqB-00040U-Pc for guile-user@m.gmane.org; Thu, 20 Jan 2011 17:58:32 +0100 Original-Received: from localhost ([127.0.0.1]:38410 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PfxqB-0006f2-67 for guile-user@m.gmane.org; Thu, 20 Jan 2011 11:58:31 -0500 Original-Received: from [140.186.70.92] (port=35099 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pfxpu-0006cI-Ix for guile-user@gnu.org; Thu, 20 Jan 2011 11:58:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pfxpt-00006k-6d for guile-user@gnu.org; Thu, 20 Jan 2011 11:58:14 -0500 Original-Received: from mail-bw0-f41.google.com ([209.85.214.41]:56978) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pfxpt-00006C-15 for guile-user@gnu.org; Thu, 20 Jan 2011 11:58:13 -0500 Original-Received: by bwz16 with SMTP id 16so697941bwz.0 for ; Thu, 20 Jan 2011 08:58:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=2t52ZFlHY+ygujIbh8fnzJLWkksGjY/SktztLcKlPi0=; b=PJLxFgV4F8OUSBiWDPBQulevEd8UHH3vwBaDVv+qzQf6IhMA9EH6leDxd5bjUUmpvN y9NbZe98XXCJo/ps7VzFdyhLn0bS+lvt0e4WhEZgM5Vtolal0CFFLaB44lURwDl1iffz AY6rZo7g0M86gag15ZlnZxTADPaF7Oajx/1Wg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=PgjpIRr1B/NNlUYF6xCx+4zzI6Q9iKryyipEqfOWVDgFgjAICRWEvo+aJHsdR+QCQ5 tKYPT/RBz9/YRUIRsodzBLhDJI6EkiQq6H2v31br3G5vHiidpGLYI97t0k557NSpMQpD 9E90LDhPj9JbCUUrynvhX0yp5NaQgLy6cF/Bs= Original-Received: by 10.204.76.131 with SMTP id c3mr2152525bkk.110.1295542680678; Thu, 20 Jan 2011 08:58:00 -0800 (PST) Original-Received: by 10.204.113.5 with HTTP; Thu, 20 Jan 2011 08:58:00 -0800 (PST) In-Reply-To: <20110120174840.cc602d2d.maledetto@online.de> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:8372 Archived-At: On Thu, Jan 20, 2011 at 17:48, maledetto wrote: > hello again > > in my last post, possibly, i was a bit overwhelming ;) > > my simple intention is to do a straight check how 'fit' i am in scheme > without studying multiple thick books and their examples. do you have > any good hints? > I'm new to Scheme, and what I'm doing is contributing to an existent project. I'm not testing my "capabilities", I'm just learning new ones. I try to understand code from people with years of experience behind and then try to do some updates. Cheers, Aleix