ServerJS/Process: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(New page: TBD == Prior Art == * [http://www.python.org/dev/peps/pep-0001/ Python Enhancement Proposal] (PEP). This process is not completely applicable, because Python has a dictator that keeps th...)
 
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
TBD
The goal of this project is to have something that people can run and build web frameworks and applications on.
 
The process needs to support that goal, plus the goal of having a specification that allows people to make other JS interpreters/platforms compatible.
 
There are two parts to the process:
 
# Creating the specs and code
# Handling disagreements
 
Number 1 is how things get done. Number 2 is how we ensure that number 1 is able to continue in face of inevitable disagreements.
 
* [[ServerJS/ProposalProcess|CommonJS Proposal Process]]
 
(to be continued...)
 


== Prior Art ==
== Prior Art ==
Line 6: Line 20:
* [http://srfi.schemers.org/ Scheme Requests For Implementation]
* [http://srfi.schemers.org/ Scheme Requests For Implementation]
* [http://en.wikipedia.org/wiki/Request_for_Comments#RFC_production_and_evolution Request for Comments] (RFC)
* [http://en.wikipedia.org/wiki/Request_for_Comments#RFC_production_and_evolution Request for Comments] (RFC)
* [http://www.apache.org/foundation/voting.html Apache Voting]


== Related Discussions ==
== Related Discussions ==


* [http://groups.google.com/group/serverjs/browse_thread/thread/280c8b0375783604 Organisation and Making Decisions]
* [http://groups.google.com/group/commonjs/browse_thread/thread/280c8b0375783604 Organisation and Making Decisions]

Latest revision as of 07:32, 5 September 2009

The goal of this project is to have something that people can run and build web frameworks and applications on.

The process needs to support that goal, plus the goal of having a specification that allows people to make other JS interpreters/platforms compatible.

There are two parts to the process:

  1. Creating the specs and code
  2. Handling disagreements

Number 1 is how things get done. Number 2 is how we ensure that number 1 is able to continue in face of inevitable disagreements.

(to be continued...)


Prior Art

Related Discussions