Re: [go-nuts] Re: Using go run with #!

2023-06-21 Thread Dzmitry Lahoda
have seen, but 1. nix will not fix it to point to proper go, need custom derivation 2. hard to recall these symbols each time 3. exit issue 4. what else operational issue not named? and: 5. go is not shell language, but it has super nice remote packages to do shell like things. cli, process, unix

Re: [go-nuts] Re: Using go run with #!

2023-06-21 Thread Jan Mercl
On Wed, Jun 21, 2023 at 8:33 PM Dzmitry Lahoda wrote: > > rust just got shebang and cargo in one file. i was hoping using go as good > fit for some cases. but seem it will be rust. we are go, bash, nix, rust > coders. sure there is some js in our repo. but i hate it. i like to so script > which

Re: [go-nuts] Re: Using go run with #!

2023-06-21 Thread Dzmitry Lahoda
rust just got shebang and cargo in one file. i was hoping using go as good fit for some cases. but seem it will be rust. we are go, bash, nix, rust coders. sure there is some js in our repo. but i hate it. i like to so script which goes into production. bash and nix goes to ops and devs and qa.