in reply to I don't like annotation syntax
Mostly meta-programming, like in debugging or macro expansion.
But the biggest problem is IMHO the implementation of the arguments of an attribute
In :attribute(args-list) args-list isn't parsed like a Perl list but some kind of string like in qw ... and here are dragons.
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: I don't like annotation syntax
by Liebranca (Acolyte) on Jul 13, 2022 at 21:39 UTC |