chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-hackers] incorrect warning during compilation


From: John Cowan
Subject: Re: [Chicken-hackers] incorrect warning during compilation
Date: Fri, 27 Jun 2014 12:52:22 -0400
User-agent: Mutt/1.5.20 (2009-06-14)

Kristian Lein-Mathisen scripsit:

> And I guess string->blob/shared isn't all that useful if no other Schemes
> support it and we have plenty of other workarounds. I never really got
> blobs anyway, when do you *not* just want to use a string instead? They
> print so much nicer than blobs, even with binary data that's escaped with
> \x!

Strings have definite semantics as a sequence of characters, even if you
need to know the encoding.  Blobs have no semantics at all: they can be
logically strings, or SRFI 4 vectors, or arrays of C structs, or whatever.

-- 
John Cowan          http://www.ccil.org/~cowan        address@hidden
Samuel Johnson on playing the violin: "Difficult do you call it, Sir?
I wish it were impossible."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]