[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: `depreciated` attribute for Lua?
- From: bil til <biltil52@...>
- Date: Thu, 14 Sep 2023 08:12:20 +0200
Is such "deprecation" really used in many applications? Can you name
some typical application fields (e. g. Game-libs / GUI-libs /
Math-libs?)?
(I use C++ in Windows quite strongly and I never met this so far, but
we use our own GUI libs...).
Am Mi., 13. Sept. 2023 um 21:54 Uhr schrieb Tim Hill <drtimhill@gmail.com>:
>
> Deprecation in other languages is handled at compile time, which isnt really an option for dynamic languages like Lua. Since in Lua functions do not have a name, then its meaningless to ask “when its name is used”.
>