Skip to content

Commit 3230cd5

Browse files
committed
extend README a bit
1 parent cd6efdf commit 3230cd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Older crates like `libhoare` (a compiler plugin from before procedural macros we
180180

181181
**Inspiration from Other Languages**
182182

183-
Anodized is also inspired by languages where contracts are a first-class feature, not just a library. Languages like [Whiley](https://whiley.org), [Eiffel](https://eiffel.org), and [Ada/SPARK](https://adacore.com/about-spark) demonstrate the power of deeply integrating formal specifications into the type system and toolchain. While Anodized is a library, it aims to bring a similar level of integration and ergonomic feel to the Rust ecosystem.
183+
Anodized is also inspired by languages where contracts are a first-class feature, not just a library. Languages like [Whiley](https://whiley.org), [Eiffel](https://eiffel.org), and [Ada/SPARK](https://adacore.com/about-spark) demonstrate the power of deeply integrating formal specifications into the syntax, type system, and toolchain. The Anodized ecosystem begins with one library, but shares the great ambition of those languages: to bring a similar level of integration and ergonomic feel to Rust.
184184

185185
**Towards First-Class Contracts for Rust**
186186

0 commit comments

Comments
 (0)