Go , The Google’s Programming Language (ES) (ENG)

(ES)

Antes de nada os presento a Gordon the Gopher , la mascota del lenguaje de programacińo de Google ,Go. A mi me recuerda sospechosamente a Glenda ( la mascota de Plan 9, algún día prometo volver) pero ese es otro cantar.

Este lenguaje está claramente enfocado a los servidores, en concreto para poder crear aplicaciones de una manera muy rápida , de hecho han sacrificado un entorno gráfico potente por otras cualidades más interesantes ( que en sus palabras “nosotros debemos descubrir” ). Es un lenguaje orientado a objetos, similar a C++ pero tan facil de desarrollar como python y con recolector de basura ( gracias a dios).

Creo que la mayoria de las preguntas que tendreis se os podrán solucionar aquí , pero de todos modos podeis consultarme lo que querais e intentaré responderos.

(ENG)

First of all I’m glad to introduce you Gordon the Gopher, the pet of the programming language of Google, Go. It remembers me suspiciously  Glenda ( the pet of Plan 9, I promise that I will be back to plan 9 some day) but that’s not the question.

This language is clearly made for servers, in fact the goal is to develop application as fast as possible, they sacrifice the X (graphical environment ) because they give us some other interesting characteristics ( they said that ” we have to find out by ourself”). The language is OO ( Object Oriented, but not as the usual way) , similar to C++ but as simple developing as python and it has garbage collector ( thanks god).

I think that almost all your questions will be solved here , but anyway if you have doubts you can ask me and I will try to give you the correct answer.

About the Author