I am so happy that Google is looking into creating a new language, but it makes me sad when I see stuff like this from the start:
fmt.Sprintf("%+d:%02d", tz/3600, (tz%3600)/60);
Where as I can understand what they wanted to write, it is sad that they did not make an effort to make a beautiful, clean language that is easy to read and write.
Also, what has happened to Groovy? It was supposed to be a clean replacement for Java. Politics?
I am so happy that Google is looking into creating a new language, but it makes me sad when I see stuff like this from the start:
ReplyDeletefmt.Sprintf("%+d:%02d", tz/3600, (tz%3600)/60);
Where as I can understand what they wanted to write, it is sad that they did not make an effort to make a beautiful, clean language that is easy to read and write.
Also, what has happened to Groovy? It was supposed to be a clean replacement for Java. Politics?
Please give me your opinion.