Android and GO
Google Go is an amazing new language being developed by some of the top programmers in the world. Sadly, it has not gained as much traction as it deserves. I have crated a repository of Demo applications and and small site of resources for anyone interested in learning more.
Programming Skills for Google Go!
https://code.google.com/p/progskillsgo/
Recently there has been added support for the Android platform and web Server. Here is a screenshot of my fractal generator server running on my Motorola Droid with ARM 7 processor.
Demos:
All of my demos can be run on most devices after a quick build. Documentation can be generated from compiled source code. Requirements: The Google Go API and runtime must first be installed to run the demos. Go to golang.org for further information. Download: The code repository uses SVN and can be found Reading Links: If you would like to know more about related information, projects using Google Go, and programming tips, look at the reading links below.
Reading Links
3/12/10
The Go Programming Language Main Sitehttp://golang.org
Go Tutorialhttp://golang.org/doc/go_tutorial.html
Go Language Wikipedia pagehttp://en.wikipedia.org/wiki/Go_%28programming_language%29
3/15/10
Super Cool Go Talk
http://www.youtube.com/watch?v=rKnDgT73v8s
Go Course Pages
http://golang.org/doc/GoCourseDay1.pdf
http://golang.org/doc/GoCourseDay2.pdf
http://golang.org/doc/GoCourseDay3.pdf
3/22/10
Functional Programming Tutorial
http://www.freenetpages.co.uk/hp/alan.gauld/tutfctnl.htm
Go for C++ Programmers
http://golang.org/doc/go_for_cpp_programmers.html
3/29/10
Go Language resource center
http://go-lang.cat-v.org/
Go Blog
http://blog.golang.org/
4/5/10
Really good syntax highlighting
http://go-lang.cat-v.org/text-editors/
4/12/10
Matrix Addition
http://en.wikipedia.org/wiki/Matrix_addition
Matrix Multiplicationhttp://en.wikipedia.org/wiki/Matrix_multiplication
4/29/10
Go Language resource center
http://go-lang.cat-v.org/
Go Blog
http://blog.golang.org/
4/26/10
go-nuts google grouphttp://groups.google.com/group/golang-nuts
5/10/10
Robert Pike's talk: Another go at language design
http://www.stanford.edu/class/ee380/Abstracts/100428-pike-stanford.pdf
Chat client/server models
http://java-source.net/open-source/chat-servers