<?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>Wed, 25 Apr 2012 09:31:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</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 style="height:33px;" class="really_simple_share robots-nocontent snap_nopreview"><div class="really_simple_share_facebook_like" style="width:100px;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fibnuyahya.com%2Fgo-go-go-golang%2F&amp;layout=button_count&amp;show_faces=false&amp;width=&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
						scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:27px;" allowTransparency="true"></iframe></div>
					<div style="float:left; width:50px; padding-left:10px;" class="really_simple_share_facebook_like_send">
					<fb:send href="http://ibnuyahya.com/go-go-go-golang/" font=""></fb:send></div><div class="really_simple_share_google1" style="width:80px;"><div class="g-plusone" data-size="medium" data-href="http://ibnuyahya.com/go-go-go-golang/" ></div></div><div class="really_simple_share_twitter" style="width:100px;"><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
						data-text="go go go &#8230; golang" data-url="http://ibnuyahya.com/go-go-go-golang/" 
						data-via=""  ></a></div><div class="really_simple_share_linkedin" style="width:100px;"><script type="IN/Share" data-counter="right" data-url="http://ibnuyahya.com/go-go-go-golang/"></script></div><div class="really_simple_share_digg" style="width:100px;"><script type="text/javascript" src="http://widgets.digg.com/buttons.js"></script>
					<a class="DiggThisButton DiggCompact" href="http://digg.com/submit?url=http://ibnuyahya.com/go-go-go-golang/&amp;title=go go go &amp;#8230; golang"></a></div></div>
		<div style="clear:both;"></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 11/16 queries in 0.002 seconds using apc
Object Caching 385/387 objects using apc

Served from: _ @ 2012-05-20 05:27:48 -->
