This link has been bookmarked by 132 people and liked by 1 people. It was first bookmarked on 10 Nov 2009, by someone privately.
-
Joe GlassyNew Google GO language
-
Yi Wang"systems programming language"
-
Mihir DamniwalaGo a programming language from Google but Go is currently available only for Linux and Mac.
-
-
The Go Programming Language
<!-- <table>
<tr>
<td>
<! The input box is outside of the form because we want to add
a couple of restricts to the query before submitting. If we just
add the restricts to the text box before submitting, then they
appear in the box when the user presses 'back'. Thus we use a
hidden field in the form. However, there's no way to stop the
non-hidden text box from also submitting a value unless we move
it outside of the form
<input type="search" id="codesearchQuery" value="" size="30" onkeydown="return codesearchKeyDown(event);"/>
<form method="GET" action="http://www.google.com/codesearch" id="codesearch" class="search" onsubmit="return codeSearchSubmit();" style="display:inline;">
<input type="hidden" name="q" value=""/>
<input type="submit" value="Code search" />
<span style="color: red">(TODO: remove for now?)</span>
</form>
</td>
</tr>
<tr>
<td>
<span style="color: gray;">(e.g. “pem” or “xml”)</span>
</td>
</tr>
</table> -->
-
he Go Programming Language
<!-- <table>
<tr>
<td>
<! The input box is outside of the form because we want to add
a couple of restricts to the query before submitting. If we just
add the restricts to the text box before submitting, then they
appear in the box when the user presses 'back'. Thus we use a
hidden field in the form. However, there's no way to stop the
non-hidden text box from also submitting a value unless we move
it outside of the form
<input type="search" id="codesearchQuery" value="" size="30" onkeydown="return codesearchKeyDown(event);"/>
<form method="GET" action="http://www.google.com/codesearch" id="codesearch" class="search" onsubmit="return codeSearchSubmit();" style="display:inline;">
<input type="hidden" name="q" value=""/>
<input type="submit" value="Code search" />
<span style="color: red">(TODO: remove for now?)</span>
</form>
</td>
</tr>
<tr>
<td>
<span style="color: gray;">(e.g. “pem” or “xml”)</span>
</td>
</tr>
</table> -->
-
-
Daniel AndrlikGoogle has released their own programming language, appropriately named Go.
I haven't had time to dig deeply into this yet, but I'm seeing some interesting stuff that I like such as fast compilation, garbage collection, easy to read syntax, built in support for multicore machines and of course an open source BSD-style license. I'm looking forward to playing around with this when I can free up some time to do so. -
Denis NgSystems programming language published by Google.
Described as C++ with features, such as garbage collection, borrowed from other popular scripting languages.
Built for speed, concurrency and multi-core processing.
This website is hosted by a Go program. -
Dominique Rose-Rosette"a systems programming language
expressive, concurrent, garbage-collected" -
LeopoldSnew programming language - hybrid between c and python .... from google .... of any interest for us?
-
David Lafona systems programming language
expressive, concurrent, garbage-collected -
Kaz Sailinguagem de programacao go
-
Doug Peterson"a systems programming language
expressive, concurrent, garbage-collected" -
Evans ThompsonGo 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
-
Paul ProcesGoogle's new programming language
-
Joelle Nebbe-Mornoda systems programming language
expressive, concurrent, garbage-collected -
Fil SalustriGoogle has created its own programming language. Looks extremely cool. Is there nothing Google cannot do?
Definitely must study this. -
Tim TunnicliffNew programming language brought on by Google #fb
-
Joel BennettA new, open source, programming language from Google. It's static, type safe, has garbage collection and run-time reflection. Although it's somewhat object oriented, there's no inheritance. In any case, Google claims it compiles FAST, and runs FAST.
-
T BGo attempts to combine the development speed of working in a dynamic language like Python with the performance and safety of a compiled language like C or C++. In our experiments with Go to date, typical builds feel instantaneous; even large binaries compile in just a few seconds. And the compiled code runs close to the speed of C. Go is designed to let you move fast.
-
Dan HersamNew language by Ken Thompson and Dennis Ritchie, among others
-
makoto tsuyukiもしかしてerlangやらなくていいふらぐ?
もちろん俺的にだが。
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.