9
Many languages have package management system. This greatly facilitates the life of the programmer, making development more agile.
For example, in the Python
we have the pip
and the easy_install
, in PHP times the pear
and the composer
.
And in the
Lua
? Is there such a system?If yes, which are the most used?