<?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>OlliN&#039;s &#187; golang</title>
	<atom:link href="http://www.nautsch.net/category/golang/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nautsch.net</link>
	<description>Notizen über Software und Anderes von Oliver Nautsch</description>
	<lastBuildDate>Thu, 20 May 2010 18:50:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>go lang</title>
		<link>http://www.nautsch.net/2010/01/31/go-lang/</link>
		<comments>http://www.nautsch.net/2010/01/31/go-lang/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 10:26:52 +0000</pubDate>
		<dc:creator>oliver.nautsch</dc:creator>
				<category><![CDATA[golang]]></category>

		<guid isPermaLink="false">http://www.nautsch.net/?p=447</guid>
		<description><![CDATA[Yesterday I decided to learn a new programming language. My choice was the programming language &#8220;go&#8220;. The reason is the announcement that this language should be included in the gcc. So I will report the next time a little bit about my experiences. The installation was completed thanks to a good description in 15 minutes. [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I decided to learn a new programming language. My choice was the programming language &#8220;<a href="http://golang.org/">go</a>&#8220;. The reason is the <a href="http://lwn.net/Articles/371466/">announcement</a> that this language should be included in the <a href="http://gcc.gnu.org/">gcc</a>. So I will report the next time a little bit about my experiences.</p>
<p>The installation was completed thanks to a good <a href="http://golang.org/doc/install.html">description</a> in 15 minutes. One problem I had when compiling. You have the locale set to &#8220;en_US&#8221; during the compilation:</p>
<blockquote><p><code>$ cd $GOROOT/src<br />
$ LANG=en_US ./all.bash</code></p></blockquote>
<p>5 minutes later, the &#8220;hello world&#8221; ran.</p>
<p>In the directory <code>$GOROOT/misc/kate</code>,  a file <code>go.xml</code> can be found for the syntax highlighting in <a href="http://www.kate-editor.org/">kate</a>. This file must be copied into the directory <code>~/.kde4/share/apps/katepart/syntax/</code>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nautsch.net/2010/01/31/go-lang/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
