Thursday, June 14, 2012

The Go Language

Went to a great presentation on the Go language. I think that it is probably a language that I could live without but it does have some interesting features.

  • interfaces are duck typed - no Implements declaration
  • reflection supported
  • go routines - lightweight threads

IDE- http://code.google.com/p/liteide/

Website - golang.org