[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] blob-literal read syntax
From: |
Alex Shinn |
Subject: |
Re: [Chicken-hackers] blob-literal read syntax |
Date: |
Sat, 23 Oct 2010 11:24:04 +0900 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (darwin) |
John Cowan <address@hidden> writes:
> Magnus Achim Deininger scripsit:
>
>> <text> is mostly the blob contents verbatim, i.e. without converting it
>> to hex first, except for some special characters.
>
> If we must have blob syntax at all, I agree that hex is The Right Thing,
> but allowing interspersed whitespace.
How about take a hint from Erlang and allow mixed hex and
ASCII strings?
#vu8(010203"abcdef"0A0B0C)
with arbitrary interspersed whitespace (but not between the
two characters of a single hex value):
#vu8(01 02 03 "abcdef" 0A 0B 0C)
--
Alex
- Re: [Chicken-hackers] blob-literal read syntax, (continued)
- Re: [Chicken-hackers] blob-literal read syntax, John Cowan, 2010/10/18
- Re: [Chicken-hackers] blob-literal read syntax, Alaric Snell-Pym, 2010/10/18
- Re: [Chicken-hackers] blob-literal read syntax, John Cowan, 2010/10/18
- Re: [Chicken-hackers] blob-literal read syntax, Alaric Snell-Pym, 2010/10/18
- Re: [Chicken-hackers] blob-literal read syntax, Alex Queiroz, 2010/10/18
- Re: [Chicken-hackers] blob-literal read syntax, Magnus Achim Deininger, 2010/10/22
- Re: [Chicken-hackers] blob-literal read syntax, Peter Bex, 2010/10/22
- Re: [Chicken-hackers] blob-literal read syntax, Magnus Achim Deininger, 2010/10/22
- Re: [Chicken-hackers] blob-literal read syntax, John Cowan, 2010/10/22
- Re: [Chicken-hackers] blob-literal read syntax, Magnus Achim Deininger, 2010/10/22
- Re: [Chicken-hackers] blob-literal read syntax,
Alex Shinn <=
Re: [Chicken-hackers] blob-literal read syntax, Thomas Chust, 2010/10/18
Re: [Chicken-hackers] blob-literal read syntax, Peter Bex, 2010/10/18
Re: [Chicken-hackers] blob-literal read syntax, Kon Lovett, 2010/10/18