From dc541cc10783de541d8341b5fccee4c6019b5c6e Mon Sep 17 00:00:00 2001 From: Theresa Foley <10618364+tangent-vector@users.noreply.github.com> Date: Tue, 10 May 2022 16:45:07 -0700 Subject: Add design proposal for basic interfaces. (#2229) This change adds a `docs/proposals/` directory to give us a place to iterate on proposals for language/compiler features that are a bit too large to handle as issues. The first proposal I'm checking in here is a sketch of what our built-in numeric interfaces might want to look like. I do not propose that the design in the document is perfect or even *finished*. The goal here is to get things checked into source control to foster subsequent discussion and iteration. --- docs/proposals/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/proposals/README.md (limited to 'docs/proposals/README.md') diff --git a/docs/proposals/README.md b/docs/proposals/README.md new file mode 100644 index 000000000..9df8052c4 --- /dev/null +++ b/docs/proposals/README.md @@ -0,0 +1,8 @@ +Proposals +========= + +This directory contains proposals / "RFCs" for Slang language/compiler/system features. +In general, proposals are used for features that are large or complicated enough that the design and/or plan benefits from being discussed in detail before we commit to making code changes. + +Design *discussion* can often be facilitated by a GitHub/GitLab issue, or PR review comments, but often it is difficult for a developer to get a clear summary of the final decisions/POR without reading an entire discussion thread. +By framing design discussion around a document that captures the decisions, we hope to ensure that the at the end of the discussion we have useful collateral for anybody who goes to implement a feature. -- cgit v1.2.3