Re: Brainstorming: quoted identifier operator
[email protected] (Christian Walde)
| Newsgroups | perl.perl5.porters |
|---|---|
| Message-ID | <[email protected]> |
On 07/01/2026 12:16, Dave Mitchell wrote:
> On Wed, Jan 07, 2026 at 10:56:03AM +0100, Branislav Zahradník wrote:
>> just another idea based on my everyday work - let's defined new quoting
>> operator: quoted identifier.
> ...
>
> You don't say what this quoting operator actually does.
The proposed example is:
sub qi (this is nicely readable test name) {}
This tells me the intent is to be able to declare sub names similar to
how prototypes are handled, i.e. with literally anything in them.
--
With regards,
Christian Walde