From e7a528fc72bf1e3c6f64b3945df7dacc76b647dd Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Mon, 19 Aug 2019 21:14:46 +0100 Subject: [PATCH] Acknowledge Racket influence --- preserves.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/preserves.md b/preserves.md index aac4552..b7a7026 100644 --- a/preserves.md +++ b/preserves.md @@ -904,6 +904,10 @@ 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). +The text syntax for `Boolean`s, `Symbol`s, and `ByteString`s is +directly inspired by [Racket](https://racket-lang.org/)'s lexical +syntax. + ## Appendix. Table of lead byte values 00 - False