[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [dev-serveez] serveez binary type and guile-2.0
From: |
Thien-Thi Nguyen |
Subject: |
Re: [dev-serveez] serveez binary type and guile-2.0 |
Date: |
Thu, 01 Mar 2012 03:41:06 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux) |
() Mike Gran <address@hidden>
() Wed, 29 Feb 2012 18:03:02 -0800 (PST)
maybe we should just gut serveez-binary and replace it with
SRFI-4. [...] in Guile 2.0.x, SRFI-4 is implemented in terms
of bytevectors, so they are identical.
OK, thanks for confirming.
I think SRFI 4 is a good compromise for implementation "platform".
Whether or not serveez-binary lives on is something i will mull
over and report back. I suppose it would be easier to backport
(if the mood strikes) SRFI 4 to Guile 1.3.4 than to maintain
serveez-binary going forward.
Random thought: IIRC R7RS is SRFI 4 friendly and somewhat
antagonistic towards R6RS- (and thus Guile 2.x-)style bytevectors.