Forgot your password?
typodupeerror
Software

Go, Google's New Open Source Programming Language 831

Many readers are sending in the news about Go, the new programming language Google has released as open source under a BSD license. The official Go site characterizes the language as simple, fast, safe, concurrent, and fun. A video illustrates just how fast compilation is: the entire language, 120K lines, compiles in under 10 sec. on a laptop. Ars Technica's writeup lays the stress on how C-like Go is in its roots, though it has plenty of modern ideas mixed in: "For example, there is a shorthand syntax for variable assignment that supports simple type inference. It also has anonymous function syntax that lets you use real closures. There are some Python-like features too, including array slices and a map type with constructor syntax that looks like Python's dictionary concept. ... One of the distinguishing characteristics of Go is its unusual type system. It eschews some typical object-oriented programming concepts such as inheritance. You can define struct types and then create methods for operating on them. You can also define interfaces, much like you can in Java. In Go, however, you don't manually specify which interface a class implements. ... Parallelism is emphasized in Go's design. The language introduces the concept of 'goroutines' which are executed concurrently. ... The language provides a 'channel' mechanism that can be used to safely pass data in and out of goroutines."

Comment Re:This guy is a CEO? He makes too much sense... (Score 1) 400

Re:This guy is a CEO? He makes too much sense...

Michael Malone pretty much built the company up from his garage. I remember signing up with iiNet in the early days, when it was the first in Perth to offer PPP access and then later, ADSL. It was also the first ISP in Australia to roll out its own infrastructure to allow 'real' broadband speeds (1.5 MBit/s+). Given his track record, I guess he has a pretty good handle on issues concerning the ISP business.

Databases

Sun Buys MySQL 588

Krow alerted me that MySQL has been bought by Sun. Right now there is only a brief announcement but it discusses what the acquisition will mean for the core developers, community etc.
Lord of the Rings

New Hope for Jackson Hobbit Film? 268

DrJimbo writes "Just in time for the 70th Anniversary of the Hobbit (published September 21, 1937) Entertainment Weekly has a 5-page article on a possible reconciliation between Peter Jackson and New Line Cinema that may pave the way for the director of the Lord of the Rings trilogy to return and helm the filming of The Hobbit. It was previously reported here that Jackson would not be making the Hobbit film. The EW article says that Jackson wants to make two films: first the Hobbit in its entirety and then another film that bridges the roughly 60 years between the end of the Hobbit and the start of the Lord of the Rings. Unfortunately Jackson already has a lot on his plate with filming of The Lovely Bones scheduled to start this month and a live action Tintin film in the works."

Slashdot Top Deals

10 to the minus 6th power mouthwashes = 1 Microscope

Working...