Has anyone tried this for command line applications? This could be a great way to develop some very specific/corner-case tools.
replies(1):
I have a collection of tools I've built in this way here: https://tools.simonwillison.net/python/
#!/usr/bin/env -S uv run --script
https://treyhunner.com/2024/12/lazy-self-installing-python-s...I don't think requiring all CLI tools to be "native binaries" makes sense. Plenty of popular CLI tools are not compiled binaries. The Python and Node.js ecosystems run on those.