Lua

Tags: embeddable, extension, imperative, interpreted, iterative, metaprogramming, object-oriented class-based, object-oriented prototype-based, reflective, scripting

Related tools:

local table = { ["hello"] = "world!", ["goodnight"] = "moon", twoPlusTwo = 4 } for key,val in pairs(table) do print(string.format("%s: %s", key, val)) end
Lua Summary
Language Lua
Home Page