On Fri, May 3, 2019 at 7:28 AM Louki Sumirniy
<louki.sumirniy.stal...@gmail.com> wrote:
>
> It would be incredibly computationally costly to add a natural language 
> translator to the compilation process. I'm not sure, but I think also 
> identifiers in Go can only be plain ASCII, ie pure latin script (and initial 
> character must be a letter)

That turns out not to be the case.  The rules for identifiers are at
https://golang.org/ref/spec#Identifiers, where the definition of
"letter" is at https://golang.org/ref/spec#Characters .

Ian

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to