<?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>KRISARU News &#187; Google Go</title>
	<atom:link href="http://krisarunews.com/category/google-go/feed/" rel="self" type="application/rss+xml" />
	<link>http://krisarunews.com</link>
	<description>News on Web 2.0, SEO, Web Technology, Intellectual Services, Instructional Technology, Business Strategies, Online Marketing</description>
	<lastBuildDate>Thu, 04 Mar 2010 02:42:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google’s Go: A New Programming Language That’s Python Meets C++</title>
		<link>http://krisarunews.com/2009/12/13/google%e2%80%99s-go-a-new-programming-language-that%e2%80%99s-python-meets-c/</link>
		<comments>http://krisarunews.com/2009/12/13/google%e2%80%99s-go-a-new-programming-language-that%e2%80%99s-python-meets-c/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 03:10:42 +0000</pubDate>
		<dc:creator>KRISARU.com Intellectual Services</dc:creator>
				<category><![CDATA[Google Go]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Programming Language]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Gopher]]></category>
		<category><![CDATA[Gordon]]></category>
		<category><![CDATA[Mascot]]></category>

		<guid isPermaLink="false">http://news.krisaru.com/web/?p=911</guid>
		<description><![CDATA[Big news for developers out there: Google has just announced the release of a new, open sourced programming language called Go. The company says that Go is experimental, and that it combines the performance and security benefits associated with using a compiled language like C++ with the speed of a dynamic language like Python. Go’s [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignleft" style="width: 187px"><img class="  " style="margin: 5px;" title="Google’s Go: A New Programming Language" src="http://cache0.techcrunch.com/wp-content/uploads/2009/11/gogopher.png" alt="Image Source : TechCrunch.com" width="177" height="177" /><p class="wp-caption-text">Image Source : TechCrunch.com</p></div>
<p style="text-align: justify;">Big news for developers out there: Google has just announced the release of a new, open sourced programming language called <strong><em>Go</em></strong>. The company says that Go is experimental, and that it combines the performance and security benefits associated with using a compiled language like C++ with the speed of a dynamic language like Python. <strong>Go’s official mascot is Gordon the gopher. </strong>Read more<strong> <a href="http://www.techcrunch.com/2009/11/10/google-go-language/" target="_blank">&#8230;&#8230;</a><br />
</strong></p>
<p style="text-align: justify;">Go is a compiled, garbage-collected, concurrent programming language developed by Google.</p>
<p style="text-align: justify;">The initial design of Go was started in September 2007 by Robert Griesemer, Rob Pike and Ken Thompson,building on previous work related to the Inferno operating system.Go was officially announced in November 2009, with implementations released for the Linux and Mac OS X platforms.</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/wwoWei-GAPo&amp;hl=en_US&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/wwoWei-GAPo&amp;hl=en_US&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p style="text-align: justify;">The syntax of Go is close to that of C except for the type declarations; other syntactical differences are the missing parentheses around for and if expressions. It is designed for exceptionally fast compilation times, even on modest hardware. The language requires garbage collection. Certain concurrency-related structural conventions of Go (channels and alternative channel inputs) are borrowed from Tony Hoare&#8217;s CSP, but many (such as Edsger Dijkstra&#8217;s guarded commands) are omitted. Unlike previous concurrent programming languages such as occam or Limbo, Go does not provide any in-built notion of safe or verifiable concurrency. Go also has some features of the Pi calculus such as channel passing.</p>
<p>Features not included in Go are exception handling, type inheritance, generic programming, assertions, and method overloading. Of these, the Go authors express an openness to generic programming, explicitly argue against assertions, while defending the choice to omit type inheritance on efficiency grounds. Unlike Java, maps (also known as hashes or dictionaries) are an intrinsic part of the language, as are strings.</p>
<p>Visibility of functions outside of their defining file is defined implicitly according to the capitalization of their identifier, in contrast to C, where an explicit static keyword is used. Source : <a href="http://en.wikipedia.org/wiki/Google_go" target="_blank">Wikipedia</a></p>
<p>More News at <a href="../../" target="_blank">KRISARU News</a></p>
]]></content:encoded>
			<wfw:commentRss>http://krisarunews.com/2009/12/13/google%e2%80%99s-go-a-new-programming-language-that%e2%80%99s-python-meets-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
