Reminds me of weatherspect(https://robobunny.com/projects/weatherspect/html/) which unfortunately hasn't been working since the API it was using was deprecated/abandoned
unless (predicate) {
do_this;
} else {
do_the_impossible unless impossible_thing;
}