[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Dealing With Errors in Lua
- From: petah <lua@...>
- Date: Fri, 27 Sep 2013 21:46:15 +0200
On Fri, 27 Sep 2013 20:50:58 +0200
Enrico Colombini <erix@erix.it> wrote:
> On 27/09/2013 17.50, Rena wrote:
> Actually, what started me thinking about it was a need for error message
> localization, or 'translation' (not in a linguistic sense) for
> non-professional users of Lua-based DSLs.
LLVM/Clang's laser-sharp error reporting is probably its main attraction over g++. I don't think your ideas are confined to corner cases: any dev time you can shave off is extremely valuable, regardless of the coder's experience or any other factor, really.
cheers,
-- p