Which programming languages ββare a good choice for systems with a high degree of integrity?
An example of poor choice is Java, since there is a significant amount of code that is not available to the programmer. I am looking for examples of strongly typed, structured blocks, where the programmer is responsible for 100% of the code, and as little interference as possible from things like the JVM.
Compilers will obviously be a problem. Language must have a complete and unambiguous definition.
EDIT: Systems with a high degree of integrity are an umbrella term for mission-critical security systems, etc., Protected systems, etc.
EDIT EDIT: I want examples of languages ββthat are not affected by the platform, which will give the same result regardless of the compiler and are fully defined.
programming-languages
Finbarr
source share