Programming language idea: operator that explicitly exits a program if a function call fails, called `or die trying`:
```return http.get(actorUrl) or die trying;```
@stokes Perl has this! https://perldoc.perl.org/functions/die
Small server part of the pixie.town infrastructure. Registration is closed.