[go-nuts] Re: the Dominance of English in Programming Languages

2019-04-30 Thread jucie . andrade
Here in Brazil we usually code in Brazil's native language: Portuguese. Yes, there are some companies that mandate the use of English, albeit the additional costs of doing so, but that is very exceptional. The vast majority of brazilian software houses use Portuguese everywhere. The only Englis

[go-nuts] Re: Desktop printing

2018-10-01 Thread jucie . andrade
So, I want a hard copy of that precious document. Easy. Using Ged Wed software I command the document to be printed. Oh, no! Not in my local printer. Stop! No, I mean use the printer at the administrative office, much better. How do I tell Ged Wed software to use that printer instead of mine? W

[go-nuts] I am not in favor of generics.

2018-09-17 Thread jucie . andrade
Go core team is working hard to bring generics to the language because several people asked for it. With all due respect for those users and for people working hard to make generics a reality, I feel that a greater number of people would suffer after generics adoption. So, I feel compeled to ma

[go-nuts] Re: golang + wasm three times slower than javascript?

2018-08-10 Thread jucie . andrade
As far as I know, Go is the very first garbage collected language to support WebAssembly. That is very important. Remember the old motto: "first make it work, then make it right, and, finally, make it fast." It is just natural that things will be improved in future releases, as always has been t