OS4 DepotLogo by Marko 
(anonymous IP: 18.218.168.16,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Development » Language » liblua.lha

liblua

Description: Lightweight embeddable scripting language
Download: liblua.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 434kb
Version: 5.2.4
Date: 05 Mar 2018
Author: Lua Team
Submitter: Michael Trebilcock
Homepage: http://www.lua.org
Category: development/language
Replaces: development/language/liblua.lha
License: Other
Distribute: yes
Min OS Version: 4.0
FileID: 10548
 
Comments: 1
Snapshots: 0
Videos: 0
Downloads: 411  (Current version)
413  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
liblua 5.2.4. This is not the latest version, but seems to be the most
compatible version at the time of compiling.

----------------------

Lua is a powerful, efficient, lightweight, embeddable scripting language. It
supports procedural programming, object-oriented programming, functional
programming, data-driven programming, and data description.

Lua combines simple procedural syntax with powerful data description constructs
based on associative arrays and extensible semantics. Lua is dynamically typed,
runs by interpreting bytecode with a register-based virtual machine, and has
automatic memory management with incremental garbage collection, making it ideal
for configuration, scripting, and rapid prototyping.

Copyright © 2004-2024 by Björn Hagström All Rights Reserved