← Back to context Comment by throwaway27448 2 days ago Can anyone explain why bun was used to begin with? 3 comments throwaway27448 Reply hurfdurf 1 day ago Processing the YouTube-scripts to get to the video addresses. It was never the default option for that purpose, which is deno. throwaway27448 17 hours ago but isn't this just javascript?? Where is the standard interpreter? user34283 1 day ago Or better yet, can someone explain why they build JS from python scripts with manual support for each package manager and a lockfile for each?Obviously the JS build should happen outside of Python and use one package manager instead of attempting to support them all.
hurfdurf 1 day ago Processing the YouTube-scripts to get to the video addresses. It was never the default option for that purpose, which is deno. throwaway27448 17 hours ago but isn't this just javascript?? Where is the standard interpreter?
user34283 1 day ago Or better yet, can someone explain why they build JS from python scripts with manual support for each package manager and a lockfile for each?Obviously the JS build should happen outside of Python and use one package manager instead of attempting to support them all.
Processing the YouTube-scripts to get to the video addresses. It was never the default option for that purpose, which is deno.
but isn't this just javascript?? Where is the standard interpreter?
Or better yet, can someone explain why they build JS from python scripts with manual support for each package manager and a lockfile for each?
Obviously the JS build should happen outside of Python and use one package manager instead of attempting to support them all.