Re: PHP to GUILE

2005-09-27 Thread Thien-Thi Nguyen
From: Vorfeed Canal <[EMAIL PROTECTED]> Date: Tue, 27 Sep 2005 21:47:26 +0400 Ok, I still think this message-catalogs idea is needlessly complex, but we can agree to disagree on that issue. ok. i agree to disagree. I think that your solution is too complex for today's needs and n

Re: PHP to GUILE

2005-09-27 Thread Vorfeed Canal
On 9/27/05, Thien-Thi Nguyen <[EMAIL PROTECTED]> wrote: > > compiling scheme to native is part of the original vision. i don't know > what "scheduled" means, but i know that i'm personally interested in it > and that it is not out of my reach technically. on the other hand, i'm > never sure about

Re: PHP to GUILE

2005-09-27 Thread Thien-Thi Nguyen
From: Vorfeed Canal <[EMAIL PROTECTED]> Date: Tue, 27 Sep 2005 18:36:33 +0400 "One filesystem access" ? This *is* joke, right ? Dlopen of tmpfile.so.0.0.0 is FAR from being "one filesystem access"! You will need access to /lib/ld-linux.so.2 anyway and then it'll check for /lib/li

Re: Exceptions

2005-09-27 Thread Vorfeed Canal
On 9/27/05, Ludovic Courtès <[EMAIL PROTECTED]> wrote: > Hello, > > Vorfeed Canal <[EMAIL PROTECTED]> writes: > > > 1. Not really: > > A. They are usually useless for programs not linked to guile - and > > such programs will know where to find them anyway since libguile will > > know this. > > Li

whirlpool-sum

2005-09-27 Thread Thien-Thi Nguyen
looks like md5 is "vulnerable", so here's an alternative. note that MD5SUMS files under have all been replaced w/ WHIRLPOOLSUMS. nice food for hobbit... thi ___ whirlpool-sum.scm Description: Binary data ___

Re: Exceptions

2005-09-27 Thread Ludovic Courtès
Hello, Vorfeed Canal <[EMAIL PROTECTED]> writes: > 1. Not really: > A. They are usually useless for programs not linked to guile - and > such programs will know where to find them anyway since libguile will > know this. Libguile knows where _any_ third party library (the shared object) gets in

Re: PHP to GUILE

2005-09-27 Thread Vorfeed Canal
On 9/27/05, Thien-Thi Nguyen <[EMAIL PROTECTED]> wrote: > > when evaluating `(use-modules (database tmpfile))', there is exactly one > filesystem access, the dlopen of the tmpfile.so.0.0.0; "wrapper" scheme > code is not necessary. > "One filesystem access" ? This *is* joke, right ? Dlopen of tmpfi

Re: PHP to GUILE

2005-09-27 Thread Thien-Thi Nguyen
From: Vorfeed Canal <[EMAIL PROTECTED]> Date: Tue, 27 Sep 2005 14:11:47 +0400 Too much: we have two distinct things - stand-alone scheme modules and non-stand-alone C glue code (:autoload is deprecated, rememeber?). i'm afraid i can't share in this "we". i use "standalone" shared

Re: Exceptions

2005-09-27 Thread Vorfeed Canal
On 9/27/05, Ludovic Courtès <[EMAIL PROTECTED]> wrote: > Hi, > > Vorfeed Canal <[EMAIL PROTECTED]> writes: > > > But what about GUILE extensions written in C ? Lack of sane > > place to put C glue libraries bothers me. > > Extension libraries written in C can also be thought of as actual > librarie

Re: PHP to GUILE

2005-09-27 Thread Vorfeed Canal
On 9/27/05, Thien-Thi Nguyen <[EMAIL PROTECTED]> wrote: > >Hmm... And why "module catalogs" are superior ? I see one reason for >their existence, but may be there are ones. For example I view this >feature: "the actual placement of the file in the filesystem is >decoupled from its m

Re: PHP to GUILE

2005-09-27 Thread Vorfeed Canal
On 9/27/05, Kevin Ryde <[EMAIL PROTECTED]> wrote: > Vorfeed Canal <[EMAIL PROTECTED]> writes: > > > > I'm not talking about GUILE libraries. I'm talking about EXTENSIONS > > libraries. While GUILE libraries for different versions of GUILE can > > happily live in /usr/lib (they have different API ve

Re: Exceptions

2005-09-27 Thread Ludovic Courtès
Hi, Vorfeed Canal <[EMAIL PROTECTED]> writes: > But what about GUILE extensions written in C ? Lack of sane > place to put C glue libraries bothers me. Extension libraries written in C can also be thought of as actual libraries (for example, they may export C functions that wrap/unwrap Scheme ob