scriptisto
scriptisto copied to clipboard
A language-agnostic "shebang interpreter" that enables you to write scripts in compiled languages.
I just tried to execute the default Rust template, and it took a long time to build. The problem is, that there is no indicator of what is happening. I...
First of all, thanks for this project! The following is a working example that uses `nix-shell` to run `scriptisto` as interpreter. `nix-shell` will install all the dependencies required to run...
Installing it via `cargo` is quite slow. Having a ready binary is much better. Homebrew supports both macOS and linux.
Sorry, didn't open an issue before. Please add one if this feature isn't clear. To me, hashing more than just the script file itself is essential since many programs consist...
Already did some work in, packaging dependencies https://salsa.debian.org/rust-team/debcargo-conf
This can be used to abandon script form and promote the project to a normal program. Nice to use with package managers.
So far multiples runs of the script are unaware of each other and they can trigger compiler concurrently. This can lead to unpredicted behavior, especially if the build is multi-stage....
## Expected Behavior Simply running the example template for `docker-rust` should succeed. ## Actual Behavior Running the example yields in an error. ```shell cp: can't stat '/vol/./target/x86_64-unknown-linux-musl/release/script': No such file...