in reply to Re: wishlist: die-on-failure for built-ins
in thread wishlist: die-on-failure for built-ins

Fatal provides the error handling if you want it...

If the symbol :void appears in the import list, then functions named later in that import list raise an exception only when these are called in void context--that is, when their return values are ignored.
  • Comment on Re^2: wishlist: die-on-failure for built-ins