site Search Results
Results for: golang
Order the NEW
Discounted Dr. Dobb's Developer Library DVD 6
Purchase the fully searchable DVD for $59.95 - a 60% discount! Features
21 years of Dr. Dobb's Journal, 15 years of Sys Admin
magazine, 14+ years of C/C++ Users Journal, 1 year worth of Dr.
Dobb's Digest, podcasts, videos and more! Order Now.
Google Updates Go Open-Source Language
Version 1.1 adds race detector to find concurrency bugs - Web Development
A Brief Tour of the Go Standard Library
In this final installment of our five-week tutorial series on Go, we examine the language's extensive standard library. - Open Source
Go Tutorial: Object Orientation and Go's Special Data Types
In this second installment of our five-week course on the Go language, we explore Go's unusual approach to object orientation, its special built-in object types, the syntax for multiple return values, and how Go handles exceptions. - Open Source
Getting Going with Go
The first installment in our five-week tutorial on Google's new native language explains how to set up Go and build programs. It then walks through code examples that highlight some of the language's interesting features. - Open Source
Coming and Going
Go is a lot like C with some extras thrown in. - Embedded Systems
Ready, Steady, Go!
What's your experience with Go? Are you using it in embedded software? Or anywhere? - Embedded Systems
Google Is Go For "Go 1" Open Source Language
Version 1 release now available in supported binary distributions - Web Development
Google I/O: Critical Developer Updates
Annual developer conference highlights include new versions of Android, Google App Engine, Web Toolkit, and Google Plugin for Eclipse - Web Development
Plain Language
This morning, I was berating my brain. If I were supple enough, I'd have given it a good kick. Because it couldn't remember how to open and print to a Unicode file in Java. (You create a new File...
C++ Compilation Speed
There are many reasons why C++ compiles so slowly - C/C++