Extra sentence.

This commit is contained in:
linse 2017-09-16 19:43:04 -04:00
parent ebc2dff0b6
commit 816a7d3be3

View file

@ -120,6 +120,10 @@ infrastructure](https://www.freebsd.org/news/2012-compromise.html),
### Functional programming style ### Functional programming style
As discussed in the system security paragraph, many security advantages of MirageOS are
based on the choice of a programming language in which problems can be solved in a functional style.
This style allows us to reason about the possible states of a system.
### Performance ### Performance
OCaml code compiles to native code running in the OCaml runtime, which is OCaml code compiles to native code running in the OCaml runtime, which is