Camelia, the Raku bug

Raku Language Design

The Raku language design is developed by a core team around Larry Wall, the creator of Perl.

Many parts of the language are rather mature, for example the object system and large parts of the syntax. Other parts, like macros, are still in flux, and wait for an implementation to try them out.

Notes (excerpt from Synopsis 1)

The spec will not be frozen prematurely, but will continue to solidify as various aspects of it are proven (or disproven) in various implementations. Many parts of the spec are already effectively frozen, or are in a slushy state. "The future is already here, it's just unevenly distributed."

All specced features that have not been proven in an implementation should be considered somewhat conjectural, even if not so marked. As implementations start to agree on what is practical and what is not, do not be surprised if some features that are currently specced may be deferred to future versions; these should still be considered long-term direction in the evolution of Raku over time, and the short-term design should be conservative in preserving that long-term evolution. Note that we are not in a hurry to defer any sections of the spec, even if that would give the illusion of progress. Convergence of specs and implementations will happen naturally as we get implementations that are closer to the spec. It is quite likely that the first practical implementation will largely determine which features are considered to be required in [version 6.c].