Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
bc2d977d
Commit
bc2d977d
authored
Apr 09, 2010
by
Rob Pike
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update roadmap: delete many accomplishments
R=golang-dev, iant CC=golang-dev
https://golang.org/cl/854045
parent
3ddeef81
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
22 deletions
+1
-22
roadmap.html
doc/devel/roadmap.html
+1
-22
No files found.
doc/devel/roadmap.html
View file @
bc2d977d
...
...
@@ -20,24 +20,12 @@ accepted.
<ul>
<li>
Adjust and simplify semicolon rules.
<li>
Adjust definition of
<code>
...
</code>
in parameter lists.
<li>
Add explicit conversions from
<code>
string
</code>
to
<code>
[]byte
</code>
and
<code>
[]int
</code>
.
<li>
Possibly rewrite restriction on goto across variable declarations.
<li>
Variant types. A way to define a type as being the union of some set
of types.
<li>
Possibly provide a method that will be run by the garbage
collector when an item is freed.
<li>
Generics. An active topic of discussion.
<li>
Exceptions. An active topic of discussion.
</ul>
<h3
id=
"Implementation_roadmap"
>
...
...
@@ -58,12 +46,7 @@ Improved CGO including some mechanism for calling back from C to Go.
<li>
SWIG support.
<li>
Public continuous build and benchmark infrastructure.
<li>
Improved implementation documentation.
<li>
Package manager, possibly including a language change to the import
statement.
</ul>
<h4
id=
"Gc_roadmap"
>
...
...
@@ -71,11 +54,9 @@ Gc compiler roadmap</h4>
<ul>
<li>
Method expressions.
<li>
Implement goto restrictions.
<li>
Safe compilation mode: generate code
which
is guaranteed not to obtain
Safe compilation mode: generate code
that
is guaranteed not to obtain
an invalid memory address other than via
<code>
import "unsafe"
</code>
.
<li>
Generate ELF debug info.
...
...
@@ -90,8 +71,6 @@ Gccgo compiler roadmap</h4>
<ul>
<li>
Method expressions.
<li>
Implement goto restrictions.
<li>
Implement garbage collection.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment