| ▲ | emmelaich 2 hours ago | |
Rather, I think that using a functional safe language tricks people into thinking that the data it deals with is stateless. Whereas many many things change in operating systems all the time. Until we have a filesystem that can present a snapshot, everything has to checked all the time. i.e. we need an API which gives input -> good result or failure. Not input -> good result or failure or error. | ||