lua-users home
lua-l archive

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


On Wed, Mar 21, 2012 at 11:32 AM, daniel <danielwade81@gmail.com> wrote:
> i want to ask a non major question.which the tool is developing lua for the
> best on the window platform

Well, a good starting point is Lua for Windows:
http://code.google.com/p/luaforwindows/

That gives you a good set of libraries and an editor (SciTE) which can
debug Lua.

Otherwise, you need to say what kind of development: GUI? Database? and so on

steve d.