Re: Can Lua bind Lua?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Can Lua bind Lua?
- From: "Jérôme VUARAND" <jerome.vuarand@...>
- Date: Tue, 6 Mar 2007 22:47:25 -0500
2007年3月6日, L-28C <kixdemp@gmail.com>:
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 :-)