Y
Hacker News
new
|
ask
|
show
|
jobs
by
anon-3988
883 days ago
I am pretty Python already have all of these? One could just write Python CLI that wraps Python stdlib to do all of these.
1 comments
Cpoll
883 days ago
Python's subprocess, os.system, etc. offload the work to your system's shell. Bun, on the other hand, is running the scripts in its own runtime.
link