From 0c2a479a3990a8536bc9a1caa10a6f9db0cfb09a Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Sun, 1 Nov 2009 20:50:42 -0800 Subject: [PATCH] significant cleanup of the main FAQ R=rsc CC=go-dev http://go/go-review/1017008 --- doc/go_faq.html | 169 ++++++++++++++++++++++-------------------------- 1 file changed, 78 insertions(+), 91 deletions(-) diff --git a/doc/go_faq.html b/doc/go_faq.html index a44a35be8f..76a4feb8ce 100644 --- a/doc/go_faq.html +++ b/doc/go_faq.html @@ -19,7 +19,7 @@ dependency analysis—and fast compilation.
  • There is a growing rebellion against cumbersome type systems like those of Java and C++, pushing people towards dynamically typed languages such as -Python and Javascript. +Python and JavaScript.
  • Some fundamental concepts such as garbage collection and parallel computation are not well supported by popular systems languages. @@ -33,15 +33,14 @@ garbage-collected language with fast compilation. Regarding the points above: