this post was submitted on 12 Nov 2025
182 points (99.5% liked)

Programmer Humor

27302 readers
2051 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] FaceDeer@fedia.io 13 points 14 hours ago

There is. luarocks is basically the "pip" equivalent for lua, it installs packages (called "rocks") and manages dependencies. These packages can extend lua with all sorts of practical capabilities.