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