flua script questionForum: Programming and Scripting Topic: flua script question started by: poppe Posted by Guest on Mar. 04 2006,22:37
I haven't heard of flua scripts before. Where can I find more information on this script language?Thanks in advance. Posted by roberts on Mar. 04 2006,23:00
Flua is an implementation, written in Lua, C and Nasm, of a variant of Forth.So if you google flua it is very confusing. That is why I, just a Jay Carlson, do not refer to what we use here as flua. What we do use here is Lua-Fltk which was developed by Jay Carlson. It is a full Lua 4.01 language with a binding to the Fast Light Tool Kit. So try googling Lua 4 and Lua Fltk. You will find a manual for Lua 4 and Jay Carlson's Lua Fltk site. His examples are sparse. I have written many Lua program within DSL both as non gui script and GUI Also, user mikshaw put together a UCI template with many examples. Lua is a very fast language for general scripting. It small size is amazing. Jay Carlson's Lua-Fltk is the smallest GUI scripting environment that I have found. You will find Lua is used widely in the Gaming Industry with many C interfaces. Here, you will find that I use Lua for general scrpting. IMHO it is very nice. Have Fun. Posted by mikshaw on Mar. 05 2006,03:59
I wasn't aware that there was another flua project....I'll be sure to specify Lua FLTK from now on.< Lua FLTK homepage > < Lua 4.0 manual > Lua has progressed to version 5 and beyond, but Lua FLTK was built using Lua 4 Posted by Guest on Mar. 06 2006,18:20
Hey thanks for the tips!I now have another question... I noticed that the CGI.pm is missing from perl. Is there a myDSL extension that has the full perl modules? Once again thanks in advance (just in case I get busy and don't have time to send out a thanks). Posted by mikshaw on Mar. 14 2006,03:48
Hey, Black_Onikage....chill with the personal attacks. That's all you've been doing, and it isn't accomplishing anything useful.
Posted by pr0f3550r on May 03 2006,17:39
An interesting article on developerworks:< http://www-128.ibm.com/developerworks/library/l-lua.html?ca=drs- > |