Re: Guile 2 deprecated procedure and SLIB

2013-02-07 Thread Mark H Weaver
Andy Wingo writes: > On Sat 02 Feb 2013 00:03, Andrew Bernard writes: > >> In the latest top CVS of SLIB (as of Feb 2013), with Guile 2.0.7, the >> procedure used in the common lisp time section decode-universal-time use >> the deprecated procedure list->uniform-array. [...] >> I am new to Schem

Re: guile-aspell 0.1 available

2013-02-07 Thread Nala Ginrut
On Thu, 2013-02-07 at 08:24 -0800, Mike Gran wrote: > After a few years off, I've made a new release to guile-aspell. > > README excerpt: > > guile aspell is a spellcheck module for Guile. GNU Guile is an > implementation of Scheme, a Lisp-like computer language, and this > spellcheck libra

Re: Getting Guile 2.0.x onto Fedora

2013-02-07 Thread Mike Gran
> From: Mike Gran > > Hi- >   > With the Fedora 18 beta starting, I thought I'd check on the > state of Guile.  To date, Fedora hasn't moved past Guile 1.8.8. >   > The meta-bug tracking Guile 2.0.x integration is #678238 >   > https://bugzilla.redhat.com/show_bug.cgi?id=678238 >   > But, it is b

Scmutils in guile-2.0

2013-02-07 Thread Mikael Djurfeldt
As an exercise before porting the up-to-date version of scmutils, I eventually decided to bring Daniel Gildea's Guile port up-to-date. You'll find the archive guile-scmutils-v0.8.tgz here: http://www.cs.rochester.edu/~gildea/guile-scmutils/ You should be able to apply the attached patch and then

Re: Guile 2 deprecated procedure and SLIB

2013-02-07 Thread Mikael Djurfeldt
On Mon, Feb 4, 2013 at 12:19 PM, Andy Wingo wrote: > On Sat 02 Feb 2013 00:03, Andrew Bernard writes: > >> In the latest top CVS of SLIB (as of Feb 2013), with Guile 2.0.7, the >> procedure used in the common lisp time section decode-universal-time use >> the deprecated procedure list->uniform-ar

guile-aspell 0.1 available

2013-02-07 Thread Mike Gran
After a few years off, I've made a new release to guile-aspell. README excerpt:   guile aspell is a spellcheck module for Guile. GNU Guile is an   implementation of Scheme, a Lisp-like computer language, and this   spellcheck library provides facilites to check strings against a   dictionary and

Re: [ANN] guile-csv 0.0.1 released!

2013-02-07 Thread Nala Ginrut
On Thu, 2013-02-07 at 22:40 +0800, B.Tag wrote: > nice work. > > > I read the code. > > > I not found how use it translate To XML or XML->CSV > > Thanks for reply, I've added csv->xml. And I'll add xml->csv later. > > 2013/2/7 Nala Ginrut > hi folks! > Here is a CSV reader