cwilt wrote:cal wrote:Moin,
IMHO lua is mostly a glue or prototype language.
If you identify proper functions that need speed, encode them in c and call them from lua.
My € 0,02 cents,
Cal
Don't want to hijack but can you point me to an example call to C routine?
All lua modules can be taken as an example. "app/modules". Nearly all of luas functionality is written in c.
If you want to get started understanding the interface the following may help.
viewtopic.php?f=24&t=2526
I had fun writing that.
Leave a note if you found it useful.
Cal