[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: future of annotations in Lua?
- From: Roberto Ierusalimschy <roberto@...>
- Date: Mon, 10 Jun 2019 11:38:00 -0300
> So, I guess the short version of my rambling is:
>
> 1. please consider @ rather than <> in Lua 5.4 if you consider
> extending this someday in Lua > 5.4
> 2. please allow per-variable annotations in multi-variable
> declarations in Lua 5.4, no matter what syntax you end up choosing.
Maybe I missed the answer, but repeating Dibyendu's question: How
to reconcile a syntax that prefixes an entire local statement with
per-variable annotations?
-- Roberto