Programming in Lua on OS X?

后端 未结 6 2169
梦谈多话
梦谈多话 2021-02-08 04:45

What can I use to program Lua script on Mac OS X? I\'m looking for something that I can use to compile/interpret Lua script on OS X.

6条回答
  •  日久生厌
    2021-02-08 04:55

    If you don't want to compile your own Lua binaries, you can try ZeroBrane Studio Lua IDE, which comes packaged as a .dmg file for OSX. It's an IDE that allows you to edit and debug your Lua scripts. If you are just starting with Lua, it also includes 50+ examples and demo scripts, as well as integrated instructions on running them, so you won't be facing an empty screen not knowing where to start.

提交回复
热议问题