Closed CatsAreFluffy closed 7 years ago
Sorry, but I'm not planning to add more non-ASCII characters to Retina. I'm already not super happy with having ¶
in the language. Retina isn't super competitive as a golfing language to begin with, and no amount of non-ASCII shorthand is going to fix that. I'll keep Retina terse, but usable.
For example,
.+
could be one of the characters from A0-FF in ISO 8859-1. Other useful shortenings could include.*
, character classes (ie\d
),(x)
(x is a single char), stage headers (ieM`
), stage headers with common configuration (ieM!`
)...