Earlier quoted context omitted.
Not in safety critical applications, nor resource-constrained embedded systems (which this project is targeting).
How is a nine-nines reliability record (as achieved, for example, by Erlang http://stackoverflow.com/questions/8426897/erlangs-99-999999... ) not relevant to safety-critical applications? In the second example, you stand on firmer ground though.
also there is always state. look at the io front there your application needs to deal with state, if you are using fp your program maybe doesn't contain state. but the public api mostly deals with it.