Remix.run Logo
itsibitzi a day ago

What tool or ecosystem does this well, in your opinion?

taminka a day ago | parent [-]

any language that has a standardised build system (virtually every language nowadays?), but doesn't have a centralised package repository, such that including a dependency is seamless, but takes a bit of time and intent

i like how zig does this, and the creator of odin has a whole talk where he basically uses the same arguments as my original comment to reason why odin doesn't have a package manager

zoobab a day ago | parent [-]

"a standardised build system (virtually every language nowadays?)"

Python packages still manage poorly dependencies that are in another lang like C or C++.

taminka 4 hours ago | parent [-]

that's two different languages, they don't have have a standardised build system across them