le-michael / ElmJrMetalEdition

2 stars 0 forks source link

Unicode Support #57

Open WyattWismer opened 3 years ago

WyattWismer commented 3 years ago

It would be nice if we could support unicode characters the same way we support any other characters. For instance.

👻= "boo"
name = "何 foobar"

Would both be valid syntax.

Necried commented 3 years ago

Just a comment on where we can use unicode symbols - I think it makes sense to restrict them to function names, variables and constants, as they all start with a lowercase letter (As opposed to upper case letters in the case of type names and constructors).

christopheranand commented 3 years ago

It is very hard for people to type non-ascii characters.

On Dec 23, 2020, at 3:44 PM, Lucas Dutton notifications@github.com wrote:

Just a comment on where we can use unicode symbols - I think it makes sense to restrict them to function names, variables and constants, as they all start with a lowercase letter (As opposed to upper case letters in the case of type names and constructors). — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.