-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bash/Micropython alternatives #1
Comments
Nushell:
Other advantage of nushell would be to pass structured data between command calls, but I am not sure if it's any advantage since every build step is a derivation. It also has its own notion of direnv, I was thinking explore use with nix shell. Unrelated/Unsolicited info: |
Execline:
It is supposed to be easy to parsed (I never tried), but its ergonomy hurts for anything more than single command call. |
The system core should be efficient and use a very lean shell to not negatively affect closure size (of containers specially). Makes sense to go with a hybrid approach that is efficient at core level and relaxed on a higher level to please users. And optimizations (to |
@lucperkins created an experimental Nushell stdenv https://discourse.nixos.org/t/nuenv-an-experimental-nushell-environment-for-nix/26797/2 |
I have the same ambition of this project, the only difference was that I have been considering use Nushell instead.
So I would to discuss Micropython alternatives, please not only Nushell, I know there is RFC in Nixpkgs for Oil.
The text was updated successfully, but these errors were encountered: