Perfect Developer
Appearance
Perfect Developer (PD) is a formal methods tool for developing computer programs in a rigorous manner, by developing a formal specification and refining it to code. The suppliers claim that advanced mathematical knowledge is not a pre-requisite. The specification language used has an object-oriented style, producing code in programming languages like Java and C++. It has been developed by the UK company Escher Technologies Ltd.
PD supports the Verified Design by Contract paradigm (which is an extension of Eiffel Software's Design by Contract) in which the contracts are verified by static analsis, so that it is certain that they will not fail at runtime.
External links