[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] Lua::API 0.04 - Perl interface to Lua’s embedding API
- From: Diab Jerius <dj@...>
- Date: Mon, 18 Apr 2011 20:41:08 -0400
Lua::API provides Perl bindings to Lua's C-based embedding API. It
allows Perl routines to be called from Lua as if they were written in C,
and allows Perl routines to directly manipulate the Lua interpreter and
its environment. It presents a very low-level interface (essentially
equivalent to the C interface), so is aimed at developers who need that
sort of access.
Lua::API is available from CPAN:
http://search.cpan.org/~djerius/Lua-API-0.04/