Inline::Lua

Inline::Lua is a Perl extension for embedding Lua scripts into Perl code.
Download

Inline::Lua Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Tassilo von Parseval
  • Publisher web site:
  • http://search.cpan.org/~vparseval/

Inline::Lua Tags


Inline::Lua Description

Inline::Lua is a Perl extension for embedding Lua scripts into Perl code. Inline::Lua is a Perl extension for embedding Lua scripts into Perl code.SYNOPSIS use Inline 'Lua'; print "The answer to life, the universe and everything is ", answer(6, 7), "n"; __END__ __Lua__ function answer (a, b) return a*b endInline::Lua allows you to write functions in Lua. Those of you who are not yet familiar with Lua should have a cursory glance at http://www.lua.org/ to get a taste of this language. In short:Lua was designed to be embedded into other applications and not so much as a language on its own. However, despite its small set of language features, it is an extremely powerful and expressive language. Its strong areas are an elegant and yet concise syntax, good overall performance and a beautiful implementation of some concepts from the world of functional programming. Requirements: · Perl


Inline::Lua Related Software