Name: Anonymous 2011-10-04 7:13
ASCII was certainly not designed with homoiconity in mind. So let us fix it:
0-9 becomes 0x0-0x9,
A-F becomes 0xA-0xF,
G-Z can be assigned to 0x10 and later code points,
with punctuation and other characters farther to the end(0xFF).
0-9 becomes 0x0-0x9,
A-F becomes 0xA-0xF,
G-Z can be assigned to 0x10 and later code points,
with punctuation and other characters farther to the end(0xFF).