Programming: Google programming language is now real! Programmering: Google programmeertaal is nu echt! Go GO Google! Go Go Google!
Posted on 12. Geplaatst op 12. Nov, 2009 by Dragos in Coding November, 2009 door Dragos in Coding
First the Google Browser (Chrome), then the Google mobile operating system (Android), Google is getting really close to launching its own (and hopefully open source) operating system for computers. Eerst de Google Browser (Chrome), dan is het mobiele besturingssysteem van Google (Android), is Google steeds heel dicht bij de lancering van haar eigen (en hopelijk open source) besturingssysteem voor computers. But before that, we needed to expect a “default” programming language from the Goliath of all technological times. Maar voordat dat, moesten we een "standaard" programmeertaal verwachten van de Goliath van alle technologische tijden. And it's here! En het is hier! GO is the name of Google's programming language, which from the words of the inventors it is a programming language that is: GO is de naam van de programmering van Google taal, die uit de woorden van de uitvinders is het een programmeertaal die is:
- simple simpel
- fast snel
- safe veilig
- concurrent gelijktijdige
- fun lol
- and of course.. open-source en natuurlijk .. open-source
Though the language looks very similar to C and C++, the developers say that the GO language has many improvements that put this novelty in the same row with languages such as C, C++, Java or Python. Hoewel de taal lijkt sterk op C en C + +, de ontwikkelaars zeggen dat de GO-taal heeft vele verbeteringen die dit nieuwigheid in dezelfde rij met talen zoals C, C + +, Java of Python.
Here are some points, which are the main features of GO: Hier zijn een aantal punten, die zijn de belangrijkste kenmerken van GO:
Go compilers produce fast code fast. Ga compilers produceren snel code snel. Typical builds take a fraction of a second yet the resulting programs run nearly as quickly as comparable C or C++ code. Typische bouwt nemen een fractie van een seconde maar de daaruit voortvloeiende programma's draaien bijna net zo snel als vergelijkbare C of C + + code.
Go is type safe and memory safe. Go is het type geheugen veilig en veilig. Go has pointers but no pointer arithmetic. Go heeft aanwijzingen, maar geen pointer rekenkunde. For random access, use slices, which know their limits. Voor willekeurige toegang, gebruik plakken, die hun grenzen kennen.
Go promotes writing systems and servers as sets of lightweight communicating processes, called goroutines, with strong support from the language. Ga bevordert het schrijven van systemen en servers die als een van lichtgewicht communicatie processen, genaamd goroutines, met sterke steun van de taal. Run thousands of goroutines if you want—and say good-bye to stack overflows. Run duizenden goroutines als je wilt en zeg vaarwel stack overflows.
Go has fast builds, clean syntax, garbage collection, methods for any type, and run-time reflection. Go heeft snel bouwt, schone syntaxis, garbage collection, methoden voor elk type, en run-time reflectie. It feels like a dynamic language but has the speed and safety of a static language. Het voelt als een dynamische taal, maar is de snelheid en de veiligheid van een statische taal. It's a joy to use. Het is een genot om te gebruiken.
Yet not convinced about the power of GO? Nog niet overtuigd van de kracht van GO? Russ Cox from Google, explains the fast compiles of big programs with GO: Russ Cox van Google, verklaart de snelle samenstelt van grote programma's met GO:
Convinced now? Nu Overtuigd? Then G O f o r i t ! Dan G O f o r i t! ![]()
Note from Google : The Go project was conceived to make it easier to write the kind of servers and other software Google uses internally, but the implementation isn't quite mature enough yet for large-scale production use. Opmerking van Google: The Go project was bedoeld om het gemakkelijker maken om de aard van de servers en andere software van Google gebruikt intern schrijven, maar de uitvoering is niet helemaal nog niet volwassen genoeg om op grote schaal worden gebruikt.
Related posts: Gerelateerde berichten:
- Google search engine: is indexing everything, but how accurate? Google zoekmachine: is het indexeren van alles, maar hoe nauwkeurig? Strange things happening on IconArchive.com Vreemde dingen gebeuren op IconArchive.com
- Webhit: Find reviews/testimonials written by real people. Webhit: Vind beoordelingen / testimonials geschreven door echte mensen. Share your opinion about different topics Deel uw mening over verschillende onderwerpen
- Wordpress: Best SEO iTranslator for Wordpress, get free traffic from fully automated plugin script Wordpress: Beste iTranslator SEO voor Wordpress, krijg vrij verkeer van volledig geautomatiseerde plugin script
- Apps: Best two IDEs to use with Linux Ubuntu Apps: Beste twee IDE's voor gebruik met Linux Ubuntu
- artur artur













































