Re: guile-lib 0.2.2 released

2013-02-04 Thread Andy Wingo
On Mon 04 Feb 2013 03:07, Daniel Hartwig writes: > On 31 January 2013 18:23, Andy Wingo wrote: >> Guile-Lib is intended as an accumulation place for pure-scheme Guile >> modules, allowing for people to cooperate integrating their generic >> Guile modules into a coherent library. Think "a down-sc

Re: guile-lib 0.2.2 released

2013-02-04 Thread Daniel Hartwig
On 4 February 2013 18:58, Andy Wingo wrote: > On Mon 04 Feb 2013 03:07, Daniel Hartwig writes: >> Is guile-lib interested in receiving new code? > > Dunno! I'm not sure. Now that we have the guildhall starting up, I > would be inclined to say "no". Better a decentralized repo than a > poorly m

Re: About Guile crypto support

2013-02-04 Thread Ludovic Courtès
Nala Ginrut skribis: > As mentioned in another thread about digest algorithm support in Guile, > my plan is use part of implementation of libgcrypt and make a wrapper, > then put into libguile. We probably don’t want Guile to depend on libgcrypt. So, instead, I’d suggest choosing the best of th

Re: About Guile crypto support

2013-02-04 Thread Nala Ginrut
On Tue, 2013-02-05 at 00:03 +0100, Ludovic Courtès wrote: > Nala Ginrut skribis: > > > As mentioned in another thread about digest algorithm support in Guile, > > my plan is use part of implementation of libgcrypt and make a wrapper, > > then put into libguile. > > We probably don’t want Guile t

Re: About Guile crypto support

2013-02-04 Thread Noah Lavine
Hello, I was just thinking about this, and I was wondering, can you hash an arbitrary Guile object? And if so, what do you hash? (I mean, algorithms like SHA-1 are defined on sequences of bits, as I understand it. So what collection of bits do you hash?) And is the hash recursive? (I.e. is it an e