diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index e0641ff40d9..cddf5882f1a 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -349,6 +349,22 @@ be used to verify some algorithms. + +
Eero is a fully + header-and-binary-compatible dialect of Objective-C 2.0, implemented with a + patched version of the Clang/LLVM compiler. It features a streamlined syntax, + Python-like indentation, and new operators, for improved readability and + reduced code clutter. It also has new features such as limited forms of + operator overloading and namespaces, and strict (type-and-operator-safe) + enumerations. It is inspired by languages such as Smalltalk, Python, and + Ruby.
+ +