+ 7
About Lua
1. have you ever heard from the Lua programming language? 2. would a Lua course be useful, in your opinion? Lua is a language I know very well, and I would like to share my knowledge with the rest of the SoloLearn community, if they are interested. so please let me know.
6 Réponses
+ 19
It is often used a plugin language, e.g. Adobe Lightroom, World of Warcraft, and others.
Like Python, PHP and Ruby, it is a high level, dynamically typechecked language. It is prototyping, like javascript. The VM is faster and more lightweight than many other high-level languages, and it comes without many libraries to keep the memory footprint small (unlike python, that has the "batteries included" motto). For this reason, it is suitable for programming of embedded devices (like routers with 32 mb RAM). For example, the luci configuration interface for OpenWRT is programmed in Lua.
SOURCE: https://www.quora.com/What-is-the-Lua-programming-language-used-for-Is-it-still-used-in-these-days
LINKS TO LEARN IT (COURSES):
https://www.pluralsight.com/courses/beginning-lua
http://luatut.com/crash_course.html
https://hackr.io/tutorials/learn-lua
+ 3
according to Google
Lua is a powerful and fast programming language that is easy to learn and use and to embed into your application.
Lua is designed to be a lightweight embeddable scripting language. It is used for all sorts of applications, from games to web applications and image processing.
+ 3
I learn Lua in Roblox Studio
+ 1
Yes. It is used for embeded software because if the small size of its interpreter. Esp8266 and wemos chips use lua for example.
0
Lua is a program that I have always liked a lot, I would like to focus more on it to see how far I can get using it, so courses or other ways of learning to use this language would not hurt me. (;
0
javaaaavavavaavaa