Shell errexit style error handling for glue code(clace.io)
clace.io
Shell errexit style error handling for glue code
https://clace.io/blog/errors/
1 comments
This discusses an error handling mechanism implemented for https://starlark-lang.org/, which combines the benefits of exceptions (conciseness of code) and error return values (control of error behavior)