lucsky 8 hours ago

Because despite what the tagline says it's not a package manager, but a project manager.

  • mrcjkb 4 hours ago

    Lux helps you install and create/maintain packages. Linting is a useful step in the creation of packages.

    Pip lets you create virtual environments. Does that mean it's an environment manager, not a package manager?

    (╭ರ_•́)

    • Crestwave 16 minutes ago

      It doesn't, no? You create virtual environments using Python's venv module, not pip. The newer alternatives like uv do handle it, though.

atgreen 6 hours ago

I recently added a linter to my Common Lisp package manager, ocicl. It seemed like a natural place to put it.