lua-users home
lua-l archive

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



On 02/20/2017 06:05 AM, Soni L. wrote:
> True is a simple module that evaluates to true. It is also the smallest
> Lua module ever.
> 
> Repo: https://bitbucket.org/TeamSoni/true
> 
> Features:
> - Smallest Lua module possible.
> - It's true!
> 
> Usage:
> 
> assert(require "true" == true)
> 
Nice. You won smallest lua module contest!

But where is license, readme, usage example, self-tests via standalone
test system, inlined docs in source, external docs, training course
videos and product site? You can't just release source these days!

-- Martin