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!
asdf-vm.comgithub.com/asdf-vm/asdfgithub.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!
asdf-vm.com
github.com/asdf-vm/asdf
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 • • •