Google lança sua linguagem de programação 'Go'
O Google anunciou o lançamento de uma nova linguagem de programação batizada como 'Go'.
De acordo com a empresa, a nova linguagem tem influências do C++ e Python. A nova linguagem de programação, que tem seu site oficial aqui, combina a velocidade do desenvolvimento em Python com a performance e segurança de linguagens como C ou C++.
Abaixo podemos ver uma amostra de código da nova linguagem. O código foi usado para criar um simples programa 'Hello, World!':
package main
import fmt "fmt" // Package implementing formatted I/O.
func main()
{
fmt.Printf("Hello world; or Καλημέρα κόσμε; or こんにちは 世界n");
}
Vídeo apresentando a nova linguagem:Matéria postada originalmente em meu blog



1 comment
Olá, Carlão!
É impressionante os caminhos que o Google está tomando. Até alguns anos atrás, eles eram "somente" o melhor buscador da internet. Poucos imaginavam que eles iriam tão longe, criando um browser ótimo como o Chrome, um sistema operacional que logo estará disponível, e agora uma linguagem de programação.
O lado bom é que temos alguém para fazer frente à Microsoft e oferecer concorrência. Quem ganha com isso são os usuários.
Um amigo meu já dizia que só tem medo do dia em que a Google passar a se chamar Skynet. Será um passo para a criação do "Exterminador do Futuro". :-)
Um abraço!
Post a Comment
All comments are read and moderated before published.
For every comment
- ALL CAPS or grammatical errors will not be tolerated;
- Do not promote other blogs or websites;
- Do not add unnecessary links in the content of your comment;
- If you want to leave your URL, use the OpenID;
- Promote your e-mail only if really needed;
- Threats, insults or attacks are not allowed;
- Your comment must be related to the subject of the article;
Questions?
- Read all the answers;
- Ask if you can not find the answer;
Comments should contain only the following topics:
- Questions;
- Suggestions;
- Thanks;
- Tips related;
Every comment is a personal opinion of the reader. The authors are not responsible for the content of any comments made by the commenter(s). The authors are also not responsible for knowing whether the content of Your comment is breaking the law in other countries or jurisdictions.