(no title)
folex | 3 years ago
I'm in a team that works on a pet prog lang for distributed systems, and we did some research of using an existing package managing systems. We've settled on NPM for now, but god I wish there would be a better generic package manager out there.
mijoharas|3 years ago
Again, maybe you're already aware of it, but I think it's a nice example of genericising a concern common to many languages which sounds similar to what you're asking for (albeit unfortunately in a slightly different space).
[0] https://github.com/asdf-vm/asdf
dmix|3 years ago
https://asdf-vm.com/manage/configuration.html#tool-versions
Similar to an `.editorconfig` to globally define stuff like tab widths for IDEs.
pxc|3 years ago
https://docs.racket-lang.org/denxi-guide/index.html
drpyser22|3 years ago