Acknowledge influences

This commit is contained in:
Tony Garnock-Jones 2019-08-18 22:42:23 +01:00
parent d7daa7dd02
commit 8f205ea0ca
1 changed files with 8 additions and 0 deletions

View File

@ -896,6 +896,14 @@ specified, neither the textual nor the compact binary encoding rules
for `Value`s force canonical serializations. Two serializations of the
same `Value` may yield different binary `Repr`s.
## Acknowledgements
The use of low-order bits of each lead byte for the length of short
values is inspired by a similar feature of [CBOR](http://cbor.io/).
The treatment of commas as whitespace in the text syntax is inspired
by the same feature of [EDN](https://github.com/edn-format/edn).
## Appendix. Table of lead byte values
00 - False