File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,21 @@ associated changes to the Scala language or compiler.
29
29
30
30
## SIPs
31
31
32
- SIPs are for changes to the Scala language and/or compiler and are subject to a
32
+ A ** SIP** (_ Scala Improvement Process_ ) is a process for submitting changes to
33
+ the Scala language. Its main motivation is to become the primary mechanism to
34
+ propose, discuss and implement language changes. In this process, all changes to
35
+ the language go through design documents, called Scala Improvement Proposals
36
+ (SIPs), which are openly discussed by a committee and only upon reaching a
37
+ consensus are accepted to be merged into the Scala compiler.
38
+
39
+ The aim of the Scala Improvement Process is to apply the openness and
40
+ collaboration that have shaped Scala's documentation and implementation to the
41
+ process of evolving the language. SIPs are for changes to the Scala
42
+ language and/or compiler and are subject to a
33
43
[ rigorous review process] ( ./sip-submission.html ) and are usually accompanied by
34
44
changes to the [ Scala language specification] ( http://www.scala-lang.org/files/archive/spec/2.11/ ) ,
35
45
lots of review and discussion on
36
46
the [ scala-internals] ( https://groups.google.com/forum/#!forum/scala-internals ) mailing list
37
47
and voting/approval milestones. Please read
38
48
[ Submitting a SIP] ( ./sip-submission.html ) and our [ SIP tutorial] ( ./sip-tutorial.html ) for
39
49
more information.
40
-
You can’t perform that action at this time.
0 commit comments