[erlang-questions] languages in use? [was: Time for OTP to be Renamed?]

Jesper Louis Andersen jesper.louis.andersen@REDACTED
Mon Feb 17 11:08:46 CET 2014


On Sun, Feb 16, 2014 at 10:11 PM, Miles Fidelman <mfidelman@REDACTED
> wrote:

> Good point.  "Let it crash" does take on a whole different meaning when
> dealing with aircraft and such.


This is a different point as well! You have two axis:

* soft vs hard realtime. Some systems require hard realtime and then your
tools are limited to languages where you have explicit memory control,
enabling you to avoid allocating memory and triggering garbage collection.
In soft realtime systems, you have more leeway, and if built the way of the
Erlang runtime system, you get really good soft realtime capability.

* Proactive vs Reactive error handling. The idea of "let it crash" is
definitively reactive, whereas static type systems, proofs, model checking,
etc are means of proactive error handling.

My claim however, is that you need "Let it crash" in Aircrafts as well if
you want to have a stable aircraft. The model where you blindly attempt to
eradicate every error from a program is bound to fail sooner or later.
Usually "let it crash" in those situations is implemented in hardware by
having multiple redundant systems. But rarely are systems exempt of
failure. Even in a highly controlled environment.



-- 
J.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20140217/3cf849fd/attachment.htm>


More information about the erlang-questions mailing list