From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ian Price Newsgroups: gmane.lisp.guile.devel,gmane.lisp.guile.user Subject: guildhall packages Date: Sun, 26 Aug 2012 02:01:44 +0100 Message-ID: <87fw7aa2kn.fsf@Kagami.home> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp-2 X-Trace: ger.gmane.org 1345942925 7435 80.91.229.3 (26 Aug 2012 01:02:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 26 Aug 2012 01:02:05 +0000 (UTC) Cc: guile-user To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Aug 26 03:02:05 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 1T5REr-0006p5-Jt for guile-devel@m.gmane.org; Sun, 26 Aug 2012 03:02:05 +0200 Original-Received: from localhost ([::1]:47993 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5REp-0002w0-Ny for guile-devel@m.gmane.org; Sat, 25 Aug 2012 21:02:03 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:48527) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5REl-0002rM-F7 for guile-devel@gnu.org; Sat, 25 Aug 2012 21:02:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T5REk-0003z2-0D for guile-devel@gnu.org; Sat, 25 Aug 2012 21:01:59 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:43345) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5REj-0003yv-Pd for guile-devel@gnu.org; Sat, 25 Aug 2012 21:01:57 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1T5REi-0006mw-RS for guile-devel@gnu.org; Sun, 26 Aug 2012 03:01:56 +0200 Original-Received: from host86-180-108-28.range86-180.btcentralplus.com ([86.180.108.28]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 26 Aug 2012 03:01:56 +0200 Original-Received: from ianprice90 by host86-180-108-28.range86-180.btcentralplus.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 26 Aug 2012 03:01:56 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 105 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: host86-180-108-28.range86-180.btcentralplus.com User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) Cancel-Lock: sha1:8BnzvRqZomL9d0mO1S0oK7opcwg= 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:14813 gmane.lisp.guile.user:9561 Archived-At: Hello all, As some of you are aware, I am in the process of packaging pieces of software for a repository to be used with the guildhall package manager for guile 2[0]. 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: - fectors Functional Vectors in Scheme - bloom$B!](Bfilter Bloom Filter in Scheme - clf Common Log Format Parser - wak Wak is an r6rs porting project - wak$B!](Bprometheus prototype-based message-passing object system - wak$B!](Bparscheme parser combinator library - wak$B!](Bcommon common infrastructure for the Wak ports - wak$B!](Btrc$B!](Btesting simple testing facility - wak$B!](Bsyn$B!](Bparam operators with extended parameter syntax - wak$B!](Birregex portable regular expressions - wak$B!](Bfoof$B!](Bloop extensible looping library - wak$B!](Briastreams lazy streams - wak$B!](Bssax functional XML parsing framework - wak$B!](Bfmt formatting combinator library - pfds Purely Functional Data Structures - srfi - sdom An implementation of the W3C Dom in Scheme - scss A library for parsing, querying and emitting CSS - guile$B!](Blib a down-scaled, limited-scope CPAN for Guile - industria G$(D+S(Bran Weinholt's library collection (includes networking, crypot, text encoding, compression, bytevector packing/unpackaing, and an amd64 disassembler) With more to come!! You can get more information on these libraries by doing, e.g. $ guild show guile-lib or install one with, e.g. $ guild install guile-lib So, that's the shameless plug, but I feel it is important we get used to the idea that guile has a package manager, and that we should be using it :). 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 :) 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) 0. https://github.com/ijp/guildhall/ 1. Installation instructions -- https://gist.github.com/3327296 -- Ian Price -- shift-reset.com "Programming is like pinball. The reward for doing it well is the opportunity to do it again" - from "The Wizardy Compiled"