More batteries included #3014
andrewbaxter
started this conversation in
Ideas
Replies: 1 comment 6 replies
-
did you know about the |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bouncing here from Ammonite, and I thought it might bear mention.
My use case for scripting is stuff like operating system glue and local automation, like boot scripts setting up mount points or device links, or analyzing packet captures when I switch ISPs and my internet inexplicably stops working on my old router.
A huge part of why I'm using Python instead of anything else is that it's batteries included with command line parsing, json/base64, http requests (as painful as they are), subprocess management, etc. Is there any way this could be supported here? Like a "scala-cli-plus" with a bunch of common libraries bundled?
FWIW which libraries aren't really an issue, I'm using some pretty terrible standard library Python things because what matters there is not using bash... for the same reason I'd use Scala CLI instead of Python. Pre-creating a cache isn't really an option, or at least if I'm going to do something like that I might as well just compile.
Beta Was this translation helpful? Give feedback.
All reactions