in reply to Re: Embedded scripting sandbox? Lua?
in thread Embedded scripting sandbox? Lua?

I would like to use Lua::API. Got any *documented* examples?

The POD for Lua::API is quite long but doesn't say anything more than "this is more or less similar to the C API". I can work with that but i was really hoping for a more usefull, meaning something i can use without too much trial and error.

BTW, forgot to mention: I already did a project where i interfaced to LUA from within C.
Don't use '#ff0000':
use Acme::AutoColor; my $redcolor = RED();
All colors subject to change without notice.

Replies are listed 'Best First'.
Re^3: Embedded scripting sandbox? Lua?
by Anonymous Monk on Oct 04, 2011 at 09:26 UTC
      Yes, used that in the end.

      Much thanks for the additional links!
      Don't use '#ff0000':
      use Acme::AutoColor; my $redcolor = RED();
      All colors subject to change without notice.