Re: [go-nuts] Making Go More Accessible to Non-English Speakers

2025-03-16 Thread Zhang Jie (Kn)
Language is a tool, every programmer should learn the tool if they want to use them. For Non-English speakers, I think what go team can do is to make the documentation more clearer, use short statements and simple English syntax. Just like Linux man documents. On Monday, March 17, 2025 at 7:24:

Re: [go-nuts] Making Go More Accessible to Non-English Speakers

2025-03-16 Thread Ian Lance Taylor
On Sun, Mar 16, 2025 at 3:31 PM Jayathra Abeywarna wrote: > > I’m exploring ways to make programming more accessible to people who don’t > speak English or use the Latin script. Right now, most programming languages > use English-based keywords and Latin characters, which can make it harder for

[go-nuts] Making Go More Accessible to Non-English Speakers

2025-03-16 Thread Jayathra Abeywarna
Hi everyone, I’m exploring ways to make programming more accessible to people who don’t speak English or use the Latin script. Right now, most programming languages use English-based keywords and Latin characters, which can make it harder for non-English speakers to learn and use them effective

Re: [go-nuts] Why this compilation error ?

2025-03-16 Thread Jan Mercl
On Sun, Mar 16, 2025 at 2:30 PM 'Christophe Meessen' via golang-nuts wrote: > You'll find the minimal example code generating the compilation error > here: https://go.dev/play/p/Vb-dNr2DpzM > > It is easy to get around it as the example shows. Why is the compiler > considering this as an error ?

[go-nuts] Why this compilation error ?

2025-03-16 Thread 'Christophe Meessen' via golang-nuts
Hello, You'll find the minimal example code generating the compilation error here: https://go.dev/play/p/Vb-dNr2DpzM It is easy to get around it as the example shows. Why is the compiler considering this as an error ? -- Bien cordialement Ch.Meessen -- You received this message because you