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
61dbc340
Commit
61dbc340
authored
May 06, 2013
by
Andrew Gerrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: add FAQ entry about language changes
R=golang-dev, dsymonds, r CC=golang-dev
https://golang.org/cl/9244043
parent
6de184b3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
go_faq.html
doc/go_faq.html
+28
-0
No files found.
doc/go_faq.html
View file @
61dbc340
...
...
@@ -454,6 +454,34 @@ as when hosting an untrusted program, the implementation could interlock
map access.
</p>
<h3
id=
"language_changes"
>
Will you accept my language change?
</h3>
<p>
People often suggest improvements to the language—the
<a
href=
"http://groups.google.com/group/golang-nuts"
>
mailing list
</a>
contains a rich history of such discussions—but very few of these changes have
been accepted.
</p>
<p>
Although Go is an open source project, the language and libraries are protected
by a
<a
href=
"/doc/go1compat.html"
>
compatibility promise
</a>
that prevents
changes that break existing programs.
If your proposal violates the Go 1 specification we cannot even entertain the
idea, regardless of its merit.
A future major release of Go may be incompatible with Go 1, but we're not ready
to start talking about what that might be.
</p>
<p>
Even if your proposal is compatible with the Go 1 spec, it may be
not be in the spirit of Go's design goals.
The article
<i><a
href=
"http://talks.golang.org/2012/splash.article"
>
Go
at Google: Language Design in the Service of Software Engineering
</a></i>
explains Go's origins and the motivation behind its design.
</p>
<h2
id=
"types"
>
Types
</h2>
<h3
id=
"Is_Go_an_object-oriented_language"
>
...
...
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