lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I want to save the output of luac -l foo.lua to a file.

How should I name the file? Is there a convention in use?

I know of these lua file extensions:

*.lua (lua source)
*.wlua (windows, run without console)
*.luac (compiled lua bytecode)
*.mlua (metalua source)

If there is no common extension I'd like to suggest:

*.lual

Or anything else someone would like to propose that could be agreed upon.

-Jon