|
|
||
|
Hello everyone!
Hey, you know how Lua is used as a scripting language on C++ and other 'big' languages? Well, I was just wondering, can Lua act as a big language also? Maybe with dofile() or something?
Thanks! ;-)
Of course you can use Lua itself for your project, and many people on that list do that. You will probably need some bits of C code here and there to call your OS API, but beyond that you can write 99% of any application in Lua :-)