Author |
Message |
Ophanim
Joined: Wed Dec 26, 2007 6:33 am Posts: 1743 Location: Trapped in UCP. Send help.
|
Lua; Tools and (eventually) a tutorial.
Eventually I'll be expanding this to include a tutorial on basic Lua scripting and the works, but for now, I only have a tool for you. The tool is called Brain Damage. Brain Damage is a program that takes Lua and gives you the output. It's licensed under Gnu so no warez to be had. http://codetank.com/wiki/index.php/Brain_DamageEnjoy your tasty Luas.
|
Sat May 17, 2008 1:44 am |
|
|
3 empty
Joined: Wed Jul 09, 2008 9:15 am Posts: 13
|
Re: Lua; Tools and (eventually) a tutorial.
viewtopic.php?f=11&t=11690Post the link supplied there in here.
|
Fri Jul 11, 2008 8:07 am |
|
|
Falcon X
Joined: Thu Aug 09, 2007 6:37 pm Posts: 889 Location: Not Jewtown.
|
Re: Lua; Tools and (eventually) a tutorial.
COULDN'T YOU HAVE POSTED THAT LINK INSTEAD OF A LINK TO THAT LINK JESUS
|
Fri Jul 11, 2008 4:33 pm |
|
|
Lord Tim
Joined: Fri Apr 27, 2007 4:55 pm Posts: 1178 Location: America!
|
Re: Lua; Tools and (eventually) a tutorial.
Personally, I don't really like Brain Damage. It is good as a stand alone Lua interpreter, but that's all I'd use it for. It isn't good for writing code. Notepad++ is a lot better, and comes default with syntax highlighting for Lua, not to mention like a billion other features. http://notepad-plus.sourceforge.net/uk/site.htmNot that Brain Damage isn't useful, it's just that it's about as useful as the in-browser Lua interpreter that is on the Lua site. http://www.lua.org/cgi-bin/demo
|
Fri Jul 11, 2008 5:39 pm |
|
|
3 empty
Joined: Wed Jul 09, 2008 9:15 am Posts: 13
|
Re: Lua; Tools and (eventually) a tutorial.
Falcon X wrote: COULDN'T YOU HAVE POSTED THAT LINK INSTEAD OF A LINK TO THAT LINK JESUS That link describes what it is.
|
Fri Jul 11, 2008 11:19 pm |
|
|
Mind
Joined: Thu Mar 06, 2008 10:54 pm Posts: 1360 Location: USA
|
Re: Lua; Tools and (eventually) a tutorial.
But What's the best way to learn it? Not see it, learn it
|
Sat Jul 12, 2008 12:02 am |
|
|
3 empty
Joined: Wed Jul 09, 2008 9:15 am Posts: 13
|
Re: Lua; Tools and (eventually) a tutorial.
The Mind wrote: But What's the best way to learn it? Not see it, learn it Look up some Lua tutorials on Google.
|
Sat Jul 12, 2008 12:06 am |
|
|
Lord Tim
Joined: Fri Apr 27, 2007 4:55 pm Posts: 1178 Location: America!
|
Re: Lua; Tools and (eventually) a tutorial.
For me, the best way to learn a langauge is to just look through the documentation. Just to see what it can do. But that's only if you know basic programming stuff, and you understand the vocabulary. This manual is pretty good for learning what Lua can do: http://www.lua.org/manual/5.1/
|
Sat Jul 12, 2008 1:29 am |
|
|
Ophanim
Joined: Wed Dec 26, 2007 6:33 am Posts: 1743 Location: Trapped in UCP. Send help.
|
Re: Lua; Tools and (eventually) a tutorial.
Lord Tim wrote: Personally, I don't really like Brain Damage. It is good as a stand alone Lua interpreter, but that's all I'd use it for. It isn't good for writing code. Notepad++ is a lot better, and comes default with syntax highlighting for Lua, not to mention like a billion other features. http://notepad-plus.sourceforge.net/uk/site.htmNot that Brain Damage isn't useful, it's just that it's about as useful as the in-browser Lua interpreter that is on the Lua site. http://www.lua.org/cgi-bin/demoWell BD allows you to execute the script and see your output instead of just writing it.
|
Mon Jul 14, 2008 12:06 pm |
|
|
|