<?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>system reboot! &#187; google programming language</title>
	<atom:link href="http://ibnuyahya.com/tag/google-programming-language/feed/" rel="self" type="application/rss+xml" />
	<link>http://ibnuyahya.com</link>
	<description>echo help::answer($question)</description>
	<lastBuildDate>Thu, 23 Feb 2012 02:55:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>go go go &#8230; golang</title>
		<link>http://ibnuyahya.com/go-go-go-golang/</link>
		<comments>http://ibnuyahya.com/go-go-go-golang/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 02:34:49 +0000</pubDate>
		<dc:creator>ibnuyahya</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[golang]]></category>
		<category><![CDATA[google programming language]]></category>

		<guid isPermaLink="false">http://ibnuyahya.com/?p=155</guid>
		<description><![CDATA[Go is … … simple package main import &#8220;fmt&#8221; func main() { fmt.Printf(&#8220;Hello, 世界n&#8221;) } … fast Go compilers produce fast code fast. Typical builds take a fraction of a second yet the resulting programs run nearly as quickly as comparable C or C++ code. … safe Go is type safe and memory safe. Go [...]]]></description>
			<content:encoded><![CDATA[<div class="simplesocialbuttons">
<div class="simplesocialbutton ssb-button-googleplus"><!-- Google Plus One--><div class="g-plusone" data-size="medium" data-href="http://ibnuyahya.com/go-go-go-golang/"></div></div>
<div class="simplesocialbutton ssb-button-fblike"><!-- Facebook like--><div class="fb-like" data-href="http://ibnuyahya.com/go-go-go-golang/" data-send="false" data-layout="button_count" data-width="100" data-show-faces="false"></div></div>
<div class="simplesocialbutton ssb-buttom-twitter"><!-- Twitter--><a href="https://twitter.com/share" class="twitter-share-button" data-text="go go go &#8230; golang" data-url="http://ibnuyahya.com/go-go-go-golang/" rel="nofollow"></a></div>
</div>
<p>Go is …<br />
… simple</p>
<p>package main</p>
<p>import &#8220;fmt&#8221;</p>
<p>func main() {<br />
fmt.Printf(&#8220;Hello, 世界n&#8221;)<br />
}</p>
<p>… fast</p>
<p>Go compilers produce fast code fast. Typical builds take a fraction of a second yet the resulting programs run nearly as quickly as comparable C or C++ code.<br />
… safe</p>
<p>Go is type safe and memory safe. Go has pointers but no pointer arithmetic. For random access, use slices, which know their limits.<br />
… concurrent</p>
<p>Go promotes writing systems and servers as sets of lightweight communicating processes, called goroutines, with strong support from the language. Run thousands of goroutines if you want—and say good-bye to stack overflows.<br />
… fun</p>
<p>Go has fast builds, clean syntax, garbage collection, methods for any type, and run-time reflection. It feels like a dynamic language but has the speed and safety of a static language. It&#8217;s a joy to use.<br />
… open source</p>
<p>Go for it.</p>]]></content:encoded>
			<wfw:commentRss>http://ibnuyahya.com/go-go-go-golang/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc (Feed is rejected)
Page Caching using apc
Database Caching 12/17 queries in 0.003 seconds using apc
Object Caching 351/356 objects using apc

Served from: _ @ 2012-02-23 11:07:25 -->
