Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Two parts, how-to practice guides on Lua coding using available functions in the Translator, and general best practices

...

Lua basics (see Eliot’s tricks and tips) - Lua

...

Iguana Translator-specific functions

...

General Lua coding best practices - Lua Coding Best Practices

  • Global vs. local variables

  • Avoid deeply nested blocks

  • Naming functions and variables (e.g. camel case or not)

...

This section provides various resources to help you learn Lua programming.

Within the IguanaX Documentation you can find:

  • Lua: This section provides and overview of the fundamentals of Lua programming.

  • Lua Coding Best Practices: Recommended coding standards for in the Translator.

These are also some useful online references: