Some thoughts on the Go language

Dec 11, 2009 17:02

Google recently announced the GO language, and I've been looking at it with interest. Its aim is to be a systems programming language, say a replacement for C, with static type safety and good support for concurrency. The concurrency support is to have a language built-in go that conveniently launches an asynchronous thread of execution (a "go- ( Read more... )

memory management, go language, programming

Leave a comment

Comments 1

_rck_ December 12 2009, 02:57:42 UTC
All in all, sounds a bit outdated and iffy.

Have you looked into Clojure, which has a big emphasis on agents and agent communication architectures? How do the two stack up against each other?

Reply


Leave a comment

Up