Pages

Friday, November 13, 2009

Christmas is coming.

I love Christmas. I like going shopping. I love snow.
Two days ago, inspired by this holiday I started to create an application.
Here's what came out.


As you can see is not wallpaper, is just a python script.

News: Go - a systems programming language

Do you hear about "Go"?
This is the logo :

...and this is the code:
package main
import "fmt"
func main() {
fmt.Printf("Hello, 世界\n")
}
One of the text comments I found is:
" this combines the style of Python, the syntax of vBasic, and the speed of C?"
For me is like "perl".
More from google developers :