the basic tagline for my project is to import lua on to the micro controller board. So i started with learning the basic syntax and semantics of LUA.
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 and is used for all sorts of applications from games to web applications and image processing.
See the about page for details and some reasons why you should choose Lua.
-- hello.lua
-- the first program in every language
io.write("Hello world, from ",_VERSION,"!\n")
Lua has 2 parts :
Luainterpreter part
functioningsoftware system
No comments:
Post a Comment