Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 3.35 KB

README.md

File metadata and controls

35 lines (24 loc) · 3.35 KB

F# Language Design RFCs

RFCs and docs related to the F# language design process. The Process:

  1. Use F# Language Suggestions to submit ideas, vote on them and discuss them.

  2. Ideas which get "approved in principle" get an RFC entry based on the template, and a corresponding RFC discussion thread

    There is currently a backlog of approved ideas. If an idea has been approved and you'd like to accelerate the creation of an RFC, send a PR creating the RFC document for any approved-in-principle issue. First in first served. To "grab the token" send a PR doing nothing but creating or naming the RFC file, and then fill in the further details with additional commits to the PR.

  3. Implementations and testing are usually submitted to the visualfsharp repository and then integrated to fsharp and FSharp.Compiler.Service

All in-progress RFCs, listed in the RFC folder, are part of a future version of F#.

When RFCs are implemented and a version of F# is revved, the RFCs which correspond to the F# version they were implemented in are archived under the appropriate folder.

For RFCs that were implemented in F# 4.0, see the F# 4.0 RFCs

For RFCs that were implemented in F# 4.1, see the F# 4.1 RFCs

Open RFCs