| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

lua

Page history last edited by PBworks 15 years, 12 months ago

lua

Lua (lua) is a flexible scripting language, with an ultra-small compiler and interpreter.

Version: 5.1.3

Status: Done



 

Usage


lua [ options ] [ script [ args ] ]

Options:
    -     load and execute the standard input as a file, that is, not interactively, 
          even when the standard input is a terminal.

    -e stat
          execute  statement  stat.  You need to quote stat if it contains spaces,
          quotes, or other characters special to the shell.

    -i    enter interactive mode after script is executed.

    -l file
          call require(file) before executing script.  Typically used to load 
          libraries (hence the letter l).

    -v    show version information.

 

TODO

  • Need to write fip, khwl modules

 

Downloads

Format Location
.bin Source Forge - utilities
.ipk Source Forge - packages
.ipk Pigs In Space - packages

 

Further Reading

 

History

Version 5.1.3 [John, 2008-05-01]

  • Ported up-to-date source
  • Added several libs as builtins:
    • luasql.sqlite
    • luaexpat
    • luasocket

 

Version 5.0.2 [John, 2008-04]

  • Ported
  • Seems to be fully working.

Comments (0)

You don't have permission to comment on this page.