lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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”.
>