About Guile crypto support

2013-02-03 Thread Nala Ginrut
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. But now I found weinholt's Scheme industria lib, which contains all mainstream crypto(not only digest) algorithm. http://weinholt.se

Re: About Guile crypto support

2013-02-03 Thread Thien-Thi Nguyen
() Nala Ginrut () Sun, 03 Feb 2013 20:55:46 +0800 Would you prefer C implementation or Scheme way? The less C the better, generally, IMHO. -- Thien-Thi Nguyen . GPG key: 4C807502 . NB: ttn at glug dot org is not me . .

Re: guile-lib 0.2.2 released

2013-02-03 Thread Ian Price
Andy Wingo writes: > I am pleased to announce that Guile-Lib 0.2.2 has been released. It > may be obtained at: > > http://download.savannah.gnu.org/releases/guile-lib/guile-lib-0.2.2.tar.gz I've updated the version on guildhall accordingly. 'guild update' to fetch the latest available.scm, an

Re: About Guile crypto support

2013-02-03 Thread Daniel Hartwig
Hello On 3 February 2013 20:55, Nala Ginrut wrote: > 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. > But now I found weinholt's Scheme industria lib, which contains all > m

Re: guile-lib 0.2.2 released

2013-02-03 Thread Daniel Hartwig
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-scaled, > limited-scope CPAN for Guile". Is guile-lib int

Re: About Guile crypto support

2013-02-03 Thread Nala Ginrut
On Mon, 2013-02-04 at 09:14 +0800, Daniel Hartwig wrote: > Hello > > On 3 February 2013 20:55, Nala Ginrut wrote: > > 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. > >

Re: About Guile crypto support

2013-02-03 Thread Daniel Hartwig
On 4 February 2013 11:12, Nala Ginrut wrote: >> If your goal is only to provide crypto. support to Guile programs, >> then time is better spent providing a wrapper to the existing library. >> Concerns about adding an external dependency do not hold much weight >> next to the advantages of directl

Re: About Guile crypto support

2013-02-03 Thread Nala Ginrut
On Mon, 2013-02-04 at 11:35 +0800, Daniel Hartwig wrote: > On 4 February 2013 11:12, Nala Ginrut wrote: > >> If your goal is only to provide crypto. support to Guile programs, > >> then time is better spent providing a wrapper to the existing library. > >> Concerns about adding an external depend