TOP NEWS

Tuesday, November 9, 2010

গুগলের নতুন প্রোগ্রামিং ল্যাঙ্গুয়েজ “GO”

Google নতুন প্রোগ্রামিং ল্যাঙ্গুয়েজ “Go” চালু করেছে। গুগল যেভাবে এগিয়ে যাচ্ছে তাতে মনে হয় ভবিষ্যতে পৃথিবীকে “World” না বলে “Gorld” বা “Google World” বলে ডাকতে হবে :) “Go” সম্পর্কে যা যা জানতে চান তার প্রায় সবকিছুই পাবেন এর সাইট http://golang.org এ। সেখান থেকে কিছু লিঙ্ক তুলে দিলামঃ

FAQ


Origins
What is the purpose of the project?
What is the origin of the name?
What kind of a name is 6g?
Why not just write some libraries for C++ to do communication?
Usage
Who should use the language?
Is Google using Go internally?
Do Go programs link with C/C++ programs?
Does Go support Google’s protocol buffers?
Design
Why doesn’t Go have feature X?
Why is the syntax so different from C++?
Object-Oriented Programming
Is Go an object-oriented language?

How do I get dynamic dispatch of methods?
Concurrent programming
What operations are atomic? What about mutexes?
Writing Code
How are libraries documented?
Is there a Go programming style guide?
How do I submit patches to the Go libraries?
How do I create a multifile package?
How do I write a unit test?
Where is assert?
Implementation
What compiler technology is used to build the compilers?
How is the runtime implemented?

0 comments: