Hacker News new | ask | show | jobs
by dinduks 3144 days ago
> It's _reasonably_ strongly typed

> time assurances of correctness _in a majority of cases_

So basically, let's do it and pray it works, maybe?

1 comments

You don't have to pray. In elixir/erlang the motto is let it fail. If it fails, it crashes, and you have supervisors that are nearly free, and your service will resume itself noncatastrophically. You're generally free to code the happy path.