Skip to content

iridian-ks/libluautil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lua Utility Belt

Lua is a fantastic language and the people behind it have great goals. To keep Lua fast. For the common developer like myself where speed actually doesn't matter and additional functionality would be nice. Luautil is a utility belt that adds that functionality. Luautil is based off of Underscore.js plus some more functions that other languages like Python and Javascript have that Lua doesn't.

What about Underscore.lua?

Underscore.lua isn't a full implementation of Underscore.js and it doesn't add functions like "slice", which is present in almost all languages. Lua has valid reasons for not supporting slice but again performance isn't a goal. Also, if you look at the people behind lua they use certain conventions that should ideally be law.

About

Lua Utility Belt written in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published