<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Professional Geekism &#187; Programming</title>
	<atom:link href="http://www.ninjabadger.net/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ninjabadger.net</link>
	<description>Ninjas. Badgers. Linux. Me.</description>
	<lastBuildDate>Fri, 05 Aug 2011 13:49:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Testing Google Go on Ubuntu</title>
		<link>http://www.ninjabadger.net/2009/11/13/testing-google-go-on-ubuntu/</link>
		<comments>http://www.ninjabadger.net/2009/11/13/testing-google-go-on-ubuntu/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 10:39:42 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[go]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.ninjabadger.net/?p=103</guid>
		<description><![CDATA[Yesterday a few of you will have heard the news that Google recently launched a new programming language, named &#8216;Go&#8216;. Whilst I&#8217;m not a programmer, and exist far from the plain of ever pretending to be one &#8211; I do have some professional interests in playing with this. I&#8217;ll probably update this post a little [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday a few of you will have heard the news that <a href="http://www.bit-tech.net/news/bits/2009/11/12/googles-go-an-open-source-language/1">Google recently launched a new programming language</a>, named &#8216;<a href="http://golang.org/">Go</a>&#8216;.</p>
<p>Whilst I&#8217;m not a programmer, and exist far from the plain of ever pretending to be one &#8211; I do have some professional interests in playing with this. I&#8217;ll probably update this post a little later with some more, specific information when all can be revealed, but for now here&#8217;s a little taster:<br />
<code><br />
root@gotest:~# 6g hello.go<br />
root@gotest:~# 6l hello.6<br />
root@gotest:~# ./6.out<br />
hello, world<br />
</code><br />
It works! This machine is an openvz container, running Ubuntu 9.04 x86_64 and it works a treat, with the only exception that I couldn&#8217;t build Go with the standard &#8216;all.bash&#8217; make script. I had to use the &#8216;make.bash&#8217; script, instead for it to work &#8211; something about probing the network devices not working with the former script. Thanks go to Rob Pike from Google, whom seems to have been working pretty darn hard in the #go-wild IRC channel on Freenode recently!</p>
<p><strong>Update:</strong> <a href="http://34sp.com">34SP.com</a> are now offering <a href="http://www.34sp.com/blog/official-news/google-go-development-servers-available-from-34spcom/">Google Go development</a> environments, for those wishing to dabble!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ninjabadger.net/2009/11/13/testing-google-go-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

