Remix.run Logo
NuclearPM 8 hours ago

I don’t understand why a package manager needs lint support.

lucsky 7 hours ago | parent | next [-]

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

mrcjkb 3 hours ago | parent [-]

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?

(╭ರ_•́)

atgreen 5 hours ago | parent | prev [-]

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