Reputation: 1235
Started looking into lua and corona sdk and couldn't find any info on this topic.
Upvotes: 0
Views: 484
Reputation: 4371
The Corona SDK is an embedded lua environment that hosts your programs and provides them with APIs wrapped around native code. It happens to be luajit, but you don't have the option to use anything but what they provide.
Upvotes: 1