Lua

Lua Intro


About Lua

Env Setting

curl -R -O http://www.lua.org/ftp/lua-5.4.4.tar.gz
tar -zxf lua-5.4.4.tar.gz
cd lua-5.4.4
make all test

Lua Resources

Lua


Data Types

Operators

Comments

Scope

Control Structure

Functions

Lambda

File Input and Output

Input

output

Closure

Closure

Iterator

Coroutine

파일 입출력 & Coroutine을 사용한 예시 프로그램