schemedoc / surveys

Scheme Surveys
https://docs.scheme.org/surveys/
MIT License
8 stars 3 forks source link

Testing symbol escape characters #59

Open jcubic opened 2 months ago

jcubic commented 2 months ago

This is an extension of Extending Empty symbol concatenated survey and Reader: Vertical Bar Concatenated With Number surveys

I was playing with handling different ways of escaping symbols. I came up with this test:

(write (map symbol->string '(|name| name|| name|\|| name|\\|xxx name|\\\\| name|\\|)))
(newline)

So Kawa, LIPS (next beta release), Chicken handle escapes as part of the symbol Gambit, Gauche works the same and return different symbols.

I can create a survey file, but I don't have more implementations on my system to test.