From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.devel,gmane.lisp.guile.user Subject: Re: guildhall packages Date: Sun, 26 Aug 2012 23:29:02 +0200 Message-ID: <87pq6dmjfl.fsf@gnu.org> References: <87fw7aa2kn.fsf@Kagami.home> 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 1346016572 4866 80.91.229.3 (26 Aug 2012 21:29:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 26 Aug 2012 21:29:32 +0000 (UTC) Cc: guile-user@gnu.org To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Aug 26 23:29:33 2012 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 1T5kOf-0005i3-Qv for guile-devel@m.gmane.org; Sun, 26 Aug 2012 23:29:29 +0200 Original-Received: from localhost ([::1]:56844 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5kOd-0000Cg-U8 for guile-devel@m.gmane.org; Sun, 26 Aug 2012 17:29:27 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:43753) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5kOa-0000CV-Ch for guile-devel@gnu.org; Sun, 26 Aug 2012 17:29:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T5kOZ-0007mn-6Z for guile-devel@gnu.org; Sun, 26 Aug 2012 17:29:24 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:49554) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5kOY-0007mZ-Ux for guile-devel@gnu.org; Sun, 26 Aug 2012 17:29:23 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1T5kOW-0005f8-T8 for guile-devel@gnu.org; Sun, 26 Aug 2012 23:29:20 +0200 Original-Received: from reverse-83.fdn.fr ([80.67.176.83]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 26 Aug 2012 23:29:20 +0200 Original-Received: from ludo by reverse-83.fdn.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 26 Aug 2012 23:29:20 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Followup-To: gmane.lisp.guile.user Original-Lines: 29 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: reverse-83.fdn.fr X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 10 Fructidor an 220 de la =?iso-8859-1?Q?R=E9volutio?= =?iso-8859-1?Q?n?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu User-Agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.1 (gnu/linux) Cancel-Lock: sha1:/wt2VZL0L6VXN7pFqGvKHLotvSo= 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:14819 gmane.lisp.guile.user:9562 Archived-At: Hi Ian! Ian Price skribis: > This is just a quick update on the progress of that, and a small > enticement to try to convince you to test it out[1]. Remember linus's > law, "given enough eyeballs all bugs are shallow" :P > > Currently packaged is: Woow, excellent work! FWIW, I was able to “guild update”, “guild show”, and “guild install pfds”. > If you think was a useful email, I can post a periodic update on new > packages and/or provide an atom feed for them. If not, I'll shut up :) I like the updates, keep up the good work! :-) > As mentioned previously, experimentation into a user upload facility is > ongoing, but if you want a library packaged/included shoot me a mail > (pure scheme only at the moment, hopefully scheme & c / elisp / > ecmascript / brainfuck soon) Nice. Any plan for Scheme & C? (Guix? hint, hint. ;-)) What about test suites, docs, and non trivial build systems in general? Thanks, Ludo’.