You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
There should be some sort of loop, for instance, which would replace zip and also let us add notes like this
latin ‘n’ [rot13'd ‘a’]
latin ‘o’ [rot13'd ‘b’]
latin ‘p’ [rot13'd ‘c’]
instead of a single note per rule.
It should work for names, too, because otherwise there are giant things like
à = ‘A’ with tilde
Ñ = ‘N’ with tilde
Õ = ‘O’ with tilde
ã = ‘a’ with tilde
ñ = ‘n’ with tilde
õ = ‘o’ with tilde
Ĩ = ‘I’ with tilde
ĩ = ‘i’ with tilde
Ũ = ‘U’ with tilde
ũ = ‘u’ with tilde
Ẽ = ‘E’ with tilde
ẽ = ‘e’ with tilde
Ỹ = ‘Y’ with tilde
ỹ = ‘y’ with tilde
Ṽ = ‘V’ with tilde
ṽ = ‘v’ with tilde
And the whole thing just should be more programming-like, period. The current syntax is only good for people who spend all the time adding rules and so need the most optimised thing ever.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There should be some sort of loop, for instance, which would replace
zip
and also let us add notes like thisinstead of a single note per rule.
It should work for names, too, because otherwise there are giant things like
And the whole thing just should be more programming-like, period. The current syntax is only good for people who spend all the time adding rules and so need the most optimised thing ever.
The text was updated successfully, but these errors were encountered: