aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2010-10-14 17:25:23 +1100
committerAndrew Gerrand <adg@golang.org>2010-10-14 17:25:23 +1100
commit1748dc34e7b59c77934e8ebbd3e268e190882614 (patch)
treed8227bbd8da9a423af18524d57591e0384c9c465
parent88a7dbdb27c38213d70008106dc210761e64f449 (diff)
downloadgo-1748dc34e7b59c77934e8ebbd3e268e190882614.tar.gz
go-1748dc34e7b59c77934e8ebbd3e268e190882614.zip
doc: add The Expressiveness of Go talk to docs.html
R=r, r2 CC=golang-dev https://golang.org/cl/2494042
-rw-r--r--doc/ExpressivenessOfGo.pdfbin0 -> 889867 bytes
-rw-r--r--doc/docs.html7
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/ExpressivenessOfGo.pdf b/doc/ExpressivenessOfGo.pdf
new file mode 100644
index 0000000000..34c5ea3cb0
--- /dev/null
+++ b/doc/ExpressivenessOfGo.pdf
Binary files differ
diff --git a/doc/docs.html b/doc/docs.html
index c34062baae..6643b2095e 100644
--- a/doc/docs.html
+++ b/doc/docs.html
@@ -131,6 +131,13 @@ A YouTube channel that includes screencasts and other Go-related videos:
<li><a href="http://www.youtube.com/watch?v=3brH0zOqm0w">Screencast: Testing Go Packages</a> - writing unit tests and benchmarking Go packages.</li>
</ul>
+<h3 id="jaoo_go"><a href="/doc/ExpressivenessOfGo.pdf">The Expressiveness Of Go</a></h3>
+<p>
+A discussion of the qualities that make Go an expressive and comprehensible
+language. The talk was presented by Rob Pike at JAOO 2010.
+The recording of the event was lost due to a hardware error.
+</p>
+
<h3 id="oscon_go"><a href="http://www.oscon.com/oscon2010/public/schedule/detail/14760">Another Go at Language Design</a></h3>
<p>
A tour, with some background, of the major features of Go, intended for