Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

All RFCs

This page provides an overview of all RFCs (Request for Comments) in the Dada language development process.

Active RFCs

RFCs currently under discussion and development.

(None yet)

Accepted RFCs

RFCs that have been accepted but not yet implemented.

(None yet)

Implemented RFCs

RFCs that have been fully implemented and are part of the language.

(None yet)

Draft RFCs

RFCs that are still being written or refined.

0
RFC-0000: Template RFC Status

Brief one-paragraph explanation of the feature being proposed.

1
RFC-0001: String Literals RFC Status

Define string literal syntax for Dada that makes string interpolation the default behavior, learning from the evolution of string handling in languages like Rust and the success of template literals in JavaScript/TypeScript. String literals in Dada have type my String.

2
RFC-0002: RFC Process and Specification Workflow RFC Status

Establish a comprehensive RFC and specification workflow that enables incremental development of language features while maintaining clear separation between design documentation (RFCs) and normative specification text.