[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] blob-literal read syntax
From: |
John Cowan |
Subject: |
Re: [Chicken-hackers] blob-literal read syntax |
Date: |
Mon, 18 Oct 2010 08:45:10 -0400 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
Christian Kellermann scripsit:
> Hm does this gain much? The default would be #{..} and if I need
> #evilbits{...} I could still do so couldn't I? #blob{...} or
> anything else just adds characters to the default imho. Unless #{
> ... } is already in use for something else, I am all for it.
R6RS uses #vu8(...), where #v = vector (presumably) and u8 = unsigned
byte. This would be extensible to #vs8, #vu16, etc. for SRFI-4 arrays.
--
John Cowan http://www.ccil.org/~cowan <address@hidden>
You tollerday donsk? N. You tolkatiff scowegian? Nn.
You spigotty anglease? Nnn. You phonio saxo? Nnnn.
Clear all so! `Tis a Jute.... (Finnegans Wake 16.5)
- [Chicken-hackers] blob-literal read syntax, Felix, 2010/10/18
- Re: [Chicken-hackers] blob-literal read syntax, Alaric Snell-Pym, 2010/10/18
- Re: [Chicken-hackers] blob-literal read syntax, Christian Kellermann, 2010/10/18
- Re: [Chicken-hackers] blob-literal read syntax,
John Cowan <=
- 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, 2010/10/22