a systems programming language
expressive, concurrent, garbage-collected
apa y Go itu? Go merupakan merupakan bahasa pemrograman yang dirilis oleh Google
katanya juga memiliki level yang sama dengan Java jadi mungkin kalau yang bisa Java mudah untuk masuk ke Go ini y? y mungkin karena Go diperuntukan pembuatan aplikasi web
"Go was born out of frustration with existing languages and environments for systems programming. Programming had become too difficult and the choice of languages was partly to blame. One had to choose either efficient compilation, efficient execution, or ease of programming; all three were not available in the same mainstream language. Programmers who could were choosing ease over safety and efficiency by moving to dynamically typed languages such as Python and JavaScript rather than C++ or, to a lesser extent, Java."
"Go is an attempt to combine the ease of programming of an interpreted, dynamically typed language with the efficiency and safety of a statically typed, compiled language."
hmm.... boleh di coba dah...
ini reportasi dari situs resminya http://golang.org/
Go is …
… simple
Go has a small, simple feature set, making it easy to learn.
… fast
Go compilers produce fast code fast. Typical builds take a fraction of a second yet the resulting programs run nearly as quickly as comparable C or C++ code.
… concurrent
Go promotes writing systems and servers as sets of lightweight communicating processes, called goroutines, with strong support from the language. Run thousands of goroutines if you want—and say good-bye to stack overflows.
… safe
Go is type safe and memory safe. Go has pointers but no pointer arithmetic. For random access, use slices, which know their limits.
… fun
Go has fast builds, clean syntax, garbage collection, methods for any type, and run-time reflection. It feels like a dynamic language but has the speed and safety of a static language. It's a joy to use.
… open source
link tutorial untuk meng-instalnya Go InstallGo Install
Selamat mencoba dan memahaminya... saya juga iy hehe
Tidak ada komentar:
Posting Komentar