some fun Artemis II armchair physics using the CragCLI calculator (https://cragcli.info) #rakulang #artemis #cli #commandline #physics
@profoundlynerdy
likely in raku you can go something like this (untested):
```
multi infix:<?-\>>($invocant, Callable $method) {
try { $invocant?.$method } //
$invocant
}
```