From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Newsgroups: gmane.lisp.guile.devel Subject: Re: Contributions to Guile Date: Fri, 05 Feb 2016 10:32:22 +0100 Message-ID: <87twlno63d.fsf@gnu.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1454664794 10925 80.91.229.3 (5 Feb 2016 09:33:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Feb 2016 09:33:14 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Feb 05 10:33:01 2016 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aRclA-0005pi-FK for guile-devel@m.gmane.org; Fri, 05 Feb 2016 10:33:00 +0100 Original-Received: from localhost ([::1]:47090 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRcl6-0008LY-LY for guile-devel@m.gmane.org; Fri, 05 Feb 2016 04:32:56 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57335) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRcl0-0008LS-RU for guile-devel@gnu.org; Fri, 05 Feb 2016 04:32:51 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aRckw-0001Sj-Cx for guile-devel@gnu.org; Fri, 05 Feb 2016 04:32:50 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:55744) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRckw-0001Sf-6A for guile-devel@gnu.org; Fri, 05 Feb 2016 04:32:46 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aRckj-0005PD-TO for guile-devel@gnu.org; Fri, 05 Feb 2016 10:32:43 +0100 Original-Received: from pluto.bordeaux.inria.fr ([193.50.110.57]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 05 Feb 2016 10:32:33 +0100 Original-Received: from ludo by pluto.bordeaux.inria.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 05 Feb 2016 10:32:33 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 33 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pluto.bordeaux.inria.fr X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 17 =?utf-8?Q?Pluvi=C3=B4se?= an 224 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x3D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-unknown-linux-gnu User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) Cancel-Lock: sha1:fbx9pv8Q+yhOqFXkc2inFrPBK58= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:18141 Archived-At: Hi! Chad Albers skribis: > I have experience with several schemes: Racket, Chibli, Gauche, and Guile. > I've started to enjoy Guile the most. I've written one Guile module ( > https://github.com/neomantic/guile-beaglebone-io) and I'm about to release > another one (mailboxes queues for cross thread communication). Nice! You’re welcome to announce releases on guile-user@gnu.org so others can chime in. :-) > I'm considering helping out on the Guile project, and there are a number of > areas that I would like to work on. My question is, then, how can I get > involved? Andy Wingo has just written a great article about compiler/VM tasks for the forthcoming 2.2 series and for after 2.2: http://wingolog.org/archives/2016/02/04/guile-compiler-tasks In addition to that, everyone can help with the standard library—the (ice-9 …) modules, (web …), the POSIX interface in libguile, etc. We want to include more batteries in general. So if you think something widely useful ought to be in the standard library, you’re welcome to propose it here! And of course, if you find bugs or limitations in existing modules, we’re interested in hearing about them and fixing them. Looking forward to receiving your contributions. :-) Ludo’.