:: Re: [DNG] Lua
トップ ページ
このメッセージを削除
このメッセージに返信
著者: Didier Kryn
日付:  
To: dng
題目: Re: [DNG] Lua
Le 24/10/2024 à 04:24, onefang a écrit :
> Sooo, I can write Lua in any language. B-)


    AFAIU Lua is one of these few intrepreted languages which allow to
add scripting capability to programs written in other languages, like
was the IBM Rexx and the more widespread TCL. I mean that the
interpreter can be invoqued from within the application and invoque
application-provided procedures. TCL is more primitive but it comes with
a graphical tool-kit. Any idea of how to create a GUI with Lua?

--     Didier