Programming: Google programming language is now real! Programozás: Google programozási nyelv most igazi! Go GO Google! Go Go Google!
Posted on 12. Posted on 12. Nov, 2009 by Dragos in Coding November, 2009 Dragos a 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. Először a Google Browser (Chrome), majd a Google mobil operációs rendszer (Android), a Google kezd igazán közel indít saját (és remélhetőleg open source) operációs rendszer a számítógépen. But before that, we needed to expect a “default” programming language from the Goliath of all technological times. De előtte, mi szükség van elvárni egy "alapértelmezett" programozási nyelvet a Góliát az összes technológiai alkalommal. And it's here! És itt van! GO is the name of Google's programming language, which from the words of the inventors it is a programming language that is: GO a neve a Google programozási nyelv, amely a szavak a feltalálók ez egy programozási nyelv, amely:
- simple egyszerűen
- fast gyors
- safe biztonságos
- concurrent párhuzamosan
- fun tréfa
- and of course.. open-source .. és természetesen a nyílt forrású
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. Bár a nyelv nagyon hasonlít a C és C + +, a fejlesztők azt mondják, hogy a GO nyelv számos fejlesztést is újdonság, hogy ezt ugyanabban a sorban a nyelvek, mint a C, C + +, Java vagy Python.
Here are some points, which are the main features of GO: Itt van néhány pont, amely a legfontosabb jellemzői GO:
Go compilers produce fast code fast. Go fordítóprogramok termék gyors kódot gyorsan. Typical builds take a fraction of a second yet the resulting programs run nearly as quickly as comparable C or C++ code. Tipikus épít hozni a másodperc tört része még az ebből származó programokat futtatni majdnem olyan gyorsan, mint az összehasonlítható a C vagy C + + kódot.
Go is type safe and memory safe. Go típusú biztonságos és memória biztonságos. Go has pointers but no pointer arithmetic. Go pointers, de nincs pointer aritmetika. For random access, use slices, which know their limits. A véletlenszerű hozzáférés, használat szeleteket, amelyek tudják, hogy korlátokat.
Go promotes writing systems and servers as sets of lightweight communicating processes, called goroutines, with strong support from the language. Go elősegíti írás rendszerek és szerverek készletként a könnyű kommunikációhoz folyamatok, az úgynevezett goroutines, erős támogatást a nyelvet. Run thousands of goroutines if you want—and say good-bye to stack overflows. Run ezer goroutines ha azt szeretnénk, és elbúcsúzom a túlcsordulás.
Go has fast builds, clean syntax, garbage collection, methods for any type, and run-time reflection. Tovább épül a gyors, tiszta szintaxis, szemétgyűjtő, módszerek bármely típusú, és futásidejű elmélkedés. It feels like a dynamic language but has the speed and safety of a static language. Olyan, mintha egy dinamikus nyelv, de a sebesség és a biztonság a statikus nyelvet. It's a joy to use. Öröm használni.
Yet not convinced about the power of GO? Még nincs meggyőződve arról ereje GO? Russ Cox from Google, explains the fast compiles of big programs with GO: Russ Cox a Google-tól, magyarázza a gyors összeállítja a nagy programok, GO:
Convinced now? Győződve arról, most? Then G O f o r i t ! Akkor 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. Megjegyzés: a Google-tól: The Go projekt elgondolása, hogy könnyebb írni, hogy milyen szervereket és szoftvereket Google belsőleg, de az nem elég érettek még a nagyüzemi termelés használatra.
Related posts: Related posts:
- Google search engine: is indexing everything, but how accurate? Google keresőmotor: az indexelést minden, de pontosan hogyan? Strange things happening on IconArchive.com Furcsa dolgok történtek a IconArchive.com
- Webhit: Find reviews/testimonials written by real people. Webhit: Find értékelés / ajánlások írta valódi emberek. Share your opinion about different topics Oszd meg a véleményed a különböző témakörökben
- Wordpress: Best SEO iTranslator for Wordpress, get free traffic from fully automated plugin script Wordpress: Best SEO iTranslator a Wordpress, ingyenes forgalmat a teljesen automatizált plugin script
- Apps: Best two IDEs to use with Linux Ubuntu Alkalmazások: Legjobb két IDE használni a Linux Ubuntu
- artur Artúr













































