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