[cmucl-imp] string-to-octets
Raymond Toy
toy.raymond at gmail.com
Mon Oct 31 00:06:19 CET 2011
On 10/30/11 3:40 PM, Helmut Eller wrote:
> * Helmut Eller [2011-10-30 18:28] writes:
>
>> * Raymond Toy [2011-10-30 16:30] writes:
>>
>>> Is that better?
>> Yes, looks good.
> BTW, it would also be useful to have a parameter to specify a start
> position in buffer. With that it would be possible to buffer up
> multiple small chunks.
That could be solved by passing in displaced arrays. But you can't
because string-to-octets wants a simple-array. That should probably be
changed.
I'll into adding a :buffer-start parameter.
Ray
More information about the cmucl-imp
mailing list