1 year ago • •
for some time now, I've been using #!/usr/bin/env raku
😉
#RakuLang
That is forward looking… wouldn’t want to mess up the system raku!
(I say that not knowing if it comes installed on any system. But seriously, 👍)
TIL of `asdf`. Nice!
https://asdf-vm.comhttps://github.com/asdf-vm/asdfhttps://github.com/m-dango/asdf-raku
Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more - GitHub - asdf-vm/asdf: Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more
Nice! Thanks for the link.
Though I like that things are written in a non-compiled language (e.g. bash scripts). So much easier for troubleshooting.
Though I see clear benefits of `rtx`'s "Arbitrary env vars" feature. Doesn't `asdf` do that? 🤔 (edit: It does, using `direnv`)
Ooh, and I don't see #RakuLang support like `asdf` gets with the plugin linked above... 😢 (edit: it does, as @citizen428 mentions below)
Mark Gardner
in reply to Mike Ely • • •Massa 👽 Humberto
in reply to Mike Ely • • •```
eval 'exec perl -x $0 ${1+"$@"}'
die "another day"; exit 1
```
Phillip Upton
in reply to Massa 👽 Humberto • • •Massa 👽 Humberto
in reply to Phillip Upton • • •for some time now, I've been using #!/usr/bin/env raku
😉
#RakuLang
Phillip Upton
in reply to Massa 👽 Humberto • • •That is forward looking… wouldn’t want to mess up the system raku!
(I say that not knowing if it comes installed on any system. But seriously, 👍)
Massa 👽 Humberto
in reply to Phillip Upton • • •Salve J. Nilsen
in reply to Massa 👽 Humberto • • •TIL of `asdf`. Nice!
https://asdf-vm.com
https://github.com/asdf-vm/asdf
https://github.com/m-dango/asdf-raku
GitHub - asdf-vm/asdf: Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more
GitHubSalve J. Nilsen
Unknown parent • • •Nice! Thanks for the link.
Though I like that things are written in a non-compiled language (e.g. bash scripts). So much easier for troubleshooting.
Though I see clear benefits of `rtx`'s "Arbitrary env vars" feature. Doesn't `asdf` do that? 🤔 (edit: It does, using `direnv`)
Ooh, and I don't see #RakuLang support like `asdf` gets with the plugin linked above... 😢 (edit: it does, as @citizen428 mentions below)
Salve J. Nilsen
Unknown parent • • •Massa 👽 Humberto
in reply to Salve J. Nilsen • • •