Name: Anonymous 2015-10-09 21:19
how the fuck do I use define-syntax and syntax-rules to convert
ANSWER ME THAT, MATH BOYS
"abc"
into (string->list "abc")
?ANSWER ME THAT, MATH BOYS
"abc"
into (string->list "abc")
?There are other ways, like using 32-bit codepoints and using the extra values for composite characters a la Perl 6.How does it work? There's an unlimited number of possible composing characters and only 11 free bits in a 32bit codepoint.