Thanks for the comments---I've mostly incorporated your suggestions.
Two remarks:
Marcin 'Qrczak' Kowalczyk <qrczak_at_knm.org.pl> writes:
> 1.9. Syntactic datums and datum values:
> Symbols and byte vectors are omitted from the list of datums.
> It's not clear whether datums may be cyclic.
The description in the tutorial is not complete, which is why it says
"includes" and not "is". I've added symbols to the lists there, though.
> 2.3 (library). Operations on integers of arbitrary size:
> It's not clear how bytevector->{u,s}int-list behave when the length
> of the byte vector is not divisible by the size of the element.
> An error? The tail is cut out? The tail is zero padded?
Good point. The length must be divisible by the size of the elements.
--
Cheers =8-} Mike
Friede, V?lkerverst?ndigung und ?berhaupt blabla
Received on Thu Jan 25 2007 - 09:39:04 UTC