Skip to content

wleite/lua_testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Lua Learning Scripts

Some Lua testing scripts to learn the language 5.3

https://www.lua.org/start.html

Run examples

  • Get All Factors

lua factors.lua

Code origin

http://luatut.com/crash_course.html

Some updates in the foreach because of some deprecated methods

Install Lua

Mac

brew install lua

https://brewformulas.org/Lua

Linux

curl -R -O http://www.lua.org/ftp/lua-5.3.5.tar.gz

tar zxf lua-5.3.5.tar.gz

cd lua-5.3.5

make linux test

References

http://lua-users.org/wiki/TableLibraryTutorial https://www.lua.org/pil/7.3.html

About

Lua testing scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages