Yoshinori Matsunobu: Linux Performance Tuning and Stabilization Tips
[HTML5TV.git] / media / goog-go / hCalendar.html
1 <!-- http://microformats.org/wiki/hcalendar-cheatsheet -->
2 <div class="vevent">
3  <span class="organiser">
4 Rob Pike
5  </span>
6  <span class="summary">
7 What is Go?
8  </span>
9 <br>
10  <a class="url" href="http://golang.org/">Google</a>,
11  <abbr class="dtstart" title="20091030">October 30, 2009</abbr>
12  <div class="description">
13 Go is a new experimental systems programming language intended to make software development fast. Our goal is that a major Google binary should be buildable in a few seconds on a single machine. The language is concurrent, garbage-collected, and requires explicit declaration of dependencies. Simple syntax and a clean type system support a number of programming styles.
14  </div>
15 </div>