From: Rob Pike Date: Tue, 5 Apr 2011 20:25:58 +0000 (-0700) Subject: roadmap: add sections on tools, packages. X-Git-Tag: weekly.2011-04-13~96 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=108ba69ae3bcfbbbe32ed2ec1b20fb59774c7348;p=gostls13.git roadmap: add sections on tools, packages. R=golang-dev, rsc1, r2, bradfitzgo, gri CC=golang-dev https://golang.org/cl/4344068 --- diff --git a/doc/devel/roadmap.html b/doc/devel/roadmap.html index 6cf72114b8..a73ec63539 100644 --- a/doc/devel/roadmap.html +++ b/doc/devel/roadmap.html @@ -30,6 +30,8 @@ Generics. An active topic of discussion.
  • Methods for operators, to allow a type to use arithmetic notation for expressions. +
  • +Possibly allow top-level packages to be given names other than main.

    @@ -47,7 +49,7 @@ Improved CGO including some mechanism for calling back from C to Go.
  • Improved implementation documentation.
  • -Comprehensive support for internationalization. +Faster, allocation-light reflection.

    @@ -76,6 +78,31 @@ Separate gcc interface from frontend proper. Use escape analysis to keep more data on stack. +

    +Tools roadmap

    + +
      +
    • +Strengthen goinstall until it can displace make for most builds. +
    + +

    +Packages roadmap

    + +
      +
    • +Faster, allocation-light reflection. +
    • +Faster, RE2-like regular expressions. +
    • +Comprehensive support for international text. +
    • +Support for international dates, times, etc. +
    • +Support for multilingual messages. +
    + +

    Done