LuaEclipse

I found this for this for Lua on Eclipse. Should I install it to learn Lua on my Mac or it won’t help me for Codify?

Anything that helps you learn Lua is good – Eclipse is pretty heavy weight and can be intimidating if you haven’t used it before. But there’s no harm in trying it.

You might also want to play around with: http://repl.it – it’s an online interpreter for different languages, Lua included. Lets you quickly try code to see what it does.

Cool. Thanks Simeon. I’ll check it out. I’m currently using Eclipse for Wordpress / PHP Dev.

Hi,
You may want to use LDT (http://www.eclipse.org/koneki/ldt), an Eclipse-based IDE which includes a debugger. It is available as a ready-to-use executable, as well as a regular update site.

I suggest the iLua that is a lua interpreter with a simple user interface for Mac. Here is the link http://sourceforge.net/projects/ilua/

Hmm… iLua looks interesting. So does eclipse… I just use the Lua syntax highlighting and run it in terminal :slight_smile: . I also use LoveCodea a lot.