<?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>The Go Programming Language &#187; techcrunch</title>
	<atom:link href="http://www.golang.me/tags/techcrunch/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.golang.me</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 17 Nov 2009 13:20:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google Launches Its Own Programming Language &#8211; Go</title>
		<link>http://www.golang.me/google-launches-its-own-programming-language-go/</link>
		<comments>http://www.golang.me/google-launches-its-own-programming-language-go/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 12:01:51 +0000</pubDate>
		<dc:creator>Hasan Yasar</dc:creator>
				<category><![CDATA[Go Lang]]></category>
		<category><![CDATA[asrtechnica]]></category>
		<category><![CDATA[computer world]]></category>
		<category><![CDATA[google c]]></category>
		<category><![CDATA[google engineers]]></category>
		<category><![CDATA[google programming]]></category>
		<category><![CDATA[google programming language]]></category>
		<category><![CDATA[google system]]></category>
		<category><![CDATA[informationweek]]></category>
		<category><![CDATA[mashable]]></category>
		<category><![CDATA[pcworld]]></category>
		<category><![CDATA[techcrunch]]></category>
		<category><![CDATA[technewsworld]]></category>
		<category><![CDATA[webpronews]]></category>

		<guid isPermaLink="false">http://www.golang.me/?p=3</guid>
		<description><![CDATA[Some smart Google engineers decided that it&#8217;s time to address the limitations of C and C++ by designing a new programming language: GO.
Official Go Lang site : www.golang.org
Go is a new programming language from Google that aims for performance that is nearly comparable to C, but with more expressive syntax and faster compilation. What it [...]]]></description>
			<content:encoded><![CDATA[<p>Some smart Google engineers decided that it&#8217;s time to address the limitations of C and C++ by designing a new programming language: GO.</p>
<p>Official Go Lang site : <a href="http://www.golang.org" target="_blank">www.golang.org</a></p>
<p>Go is a new programming language from Google that aims for performance that is nearly comparable to C, but with more expressive syntax and faster compilation. What it won&#8217;t do, however, is liberate the coding masses from bracist tyranny. Google&#8217;s Go is yet another take on C.</p>
<blockquote><p>Go was born out of frustration with existing languages and environments for systems programming. Programming had become too difficult and the choice of languages was partly to blame. One had to choose either efficient compilation, efficient execution, or ease of programming; all three were not available in the same mainstream language. Programmers who could were choosing ease over safety and efficiency by moving to dynamically typed languages such as Python and JavaScript rather than C++ or, to a lesser extent, Java.</p>
<p>Go is an attempt to combine the ease of programming of an interpreted, dynamically typed language with the efficiency and safety of a statically typed, compiled language. It also aims to be modern, with support for networked and multicore computing. Finally, it is intended to be fast: it should take at most a few seconds to build a large executable on a single computer. To meet these goals required addressing a number of linguistic issues: an expressive but lightweight type system; concurrency and garbage collection; rigid dependency specification; and so on. These cannot be addressed well by libraries or tools; a new language was called for. [<a style="color: #0000ff;" href="http://golang.org/doc/go_lang_faq.html">Language design FAQ</a>]</p></blockquote>
<p><strong>Related Subjects :</strong></p>
<ol>
<li><a href="http://mashable.com/2009/11/10/go-google-language/">http://mashable.com/2009/11/10/go-google-language/</a></li>
<li><a href="http://googlesystem.blogspot.com/2009/11/go-googles-programming-language.html">http://googlesystem.blogspot.com/2009/11/go-googles-programming-language.html</a></li>
<li><a href="http://www.pcworld.com/businesscenter/article/181886/google_creates_programming_language_to_simplify_app_dev.html">http://www.pcworld.com/businesscenter/article/181886/google_creates_programming_language_to_simplify_app_dev.html</a></li>
<li><a href="http://www.technewsworld.com/story/Go-Go-Google-Programming-Language-68622.html?wlc=1258458848">http://www.technewsworld.com/story/Go-Go-Google-Programming-Language-68622.html?wlc=1258458848</a></li>
<li><a href="http://www.webpronews.com/topnews/2009/11/11/new-google-programming-language-on-the-go">http://www.webpronews.com/topnews/2009/11/11/new-google-programming-language-on-the-go</a></li>
<li><a href="http://arstechnica.com/open-source/news/2009/11/go-new-open-source-programming-language-from-google.ars">http://arstechnica.com/open-source/news/2009/11/go-new-open-source-programming-language-from-google.ars</a></li>
<li><a href="http://blogs.computerworld.com/15078/googles_go_a_new_open_source_programming_language">http://blogs.computerworld.com/15078/googles_go_a_new_open_source_programming_language</a></li>
<li><a href="http://www.techcrunch.com/2009/11/10/google-go-language/">http://www.techcrunch.com/2009/11/10/google-go-language/</a></li>
<li><a href="http://www.informationweek.com/news/software/web_services/showArticle.jhtml?articleID=221601138">http://www.informationweek.com/news/software/web_services/showArticle.jhtml?articleID=221601138</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.golang.me/google-launches-its-own-programming-language-go/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
