From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Amirouche Newsgroups: gmane.lisp.guile.user Subject: Re: How to make GNU Guile more successful Date: Mon, 13 Feb 2017 21:42:10 +0100 Message-ID: References: <87lgtajpkc.fsf@web.de> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1487018954 10211 195.159.176.226 (13 Feb 2017 20:49:14 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 13 Feb 2017 20:49:14 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 Cc: "guile-user@gnu.org" To: Panicz Maciej Godek , Arne Babenhauserheide Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Feb 13 21:49:08 2017 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cdNYa-0002LO-5N for guile-user@m.gmane.org; Mon, 13 Feb 2017 21:49:08 +0100 Original-Received: from localhost ([::1]:59471 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cdNYf-0001Oq-JE for guile-user@m.gmane.org; Mon, 13 Feb 2017 15:49:13 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55625) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cdNVH-0007gD-LB for guile-user@gnu.org; Mon, 13 Feb 2017 15:45:45 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cdNVC-0000lQ-Lj for guile-user@gnu.org; Mon, 13 Feb 2017 15:45:43 -0500 Original-Received: from relay5-d.mail.gandi.net ([217.70.183.197]:49889) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cdNVC-0000lK-2k for guile-user@gnu.org; Mon, 13 Feb 2017 15:45:38 -0500 Original-Received: from mfilter16-d.gandi.net (mfilter16-d.gandi.net [217.70.178.144]) by relay5-d.mail.gandi.net (Postfix) with ESMTP id 947CF41C084; Mon, 13 Feb 2017 21:45:35 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mfilter16-d.gandi.net Original-Received: from relay5-d.mail.gandi.net ([IPv6:::ffff:217.70.183.197]) by mfilter16-d.gandi.net (mfilter16-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id WndaA3i2q_3C; Mon, 13 Feb 2017 21:42:12 +0100 (CET) X-Originating-IP: 82.239.61.147 Original-Received: from [192.168.0.7] (aul93-4-82-239-61-147.fbx.proxad.net [82.239.61.147]) (Authenticated sender: amirouche@hypermove.net) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 6CEEC41C08D; Mon, 13 Feb 2017 21:42:11 +0100 (CET) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.183.197 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.org gmane.lisp.guile.user:13184 Archived-At: Le 13/02/2017 à 21:28, Panicz Maciej Godek a écrit : > > > 2017-02-13 12:06 GMT+01:00 Arne Babenhauserheide >: > > Hi Amirouche, > > Thank you for your nice writeup! > > Amirouche writes: > > > I don't know why Racket is successful probably because > > it has a very good documentation and also a documentation > > generator written in scheme. > > > > => This is a long debate and core principle of GNU project > > so I don't want to enter that debate > > But I want to add something: I’m getting the hang of just checking the > info-page to look something up. And I realize that with well-written > info-pages this is faster than googling for stack overflow. > > > Once I was strucked by this: > http://www.wilfred.me.uk/blog/2016/07/30/example-driven-development/ > > There's also a similar project by William Byrd that could make the > difference > https://github.com/webyrd/Barliman This is awesome!