Click here to Skip to main content
15,884,986 members
Everything / Programming Languages / Lua

Lua

Lua

Great Reads

by Andrew Kirillov
An open source application to acquire and process video from cameras
by flyhigh
By implementing a UI library and exporting its necessary components to lua script, we can create a beautiful UI and implement relevant logic in Lua script completely.
by unitpoint
The ObjectScript is a new embedded programing language that mixes benefits of JavaScript, Lua, Ruby, Python and PHP. The ObjectScript has syntax from JavaScript, multiple results from Lua, sugar syntax from Ruby, magic methods from Python and much more.
by Patrick P. Frey
In this article we see how a very primitive compiler is written in Lua using Mewa and how to compile and run a simple demo program in the shell.

Latest Articles

by Stephane Capo
A multi purpose, cross-platform, free and Open Source C++ framework. Lua Binding feature
by flyhigh
By implementing a UI library and exporting its necessary components to lua script, we can create a beautiful UI and implement relevant logic in Lua script completely.
by Patrick P. Frey
In this article we see how a very primitive compiler is written in Lua using Mewa and how to compile and run a simple demo program in the shell.
by Andrew Kirillov
An open source application to acquire and process video from cameras

All Articles

Sort by Score

Lua 

31 Oct 2022 by flyhigh
By implementing a UI library and exporting its necessary components to lua script, we can create a beautiful UI and implement relevant logic in Lua script completely.
6 Feb 2014 by CPallini
A simple algorithm for counting occurrences of symbols in files
3 Mar 2014 by CPallini
Simple approach to heap data structure and heapsort, using C and Lua
26 Oct 2018 by José Cintra
Simple algorithm to determine the type of a triangle, being informed its sides