diff --git a/index.html b/index.html index 08c89f9..94e24ca 100644 --- a/index.html +++ b/index.html @@ -30,19 +30,28 @@ features of this website.

- ease.js is a collection of CommonJS modules intended to “ease” - the transition into JavaScript from other Object-Oriented languages. It - provides an intuitive means of achieving classical inheritance and has - planned support for traits/mixins, function overloading and more. + ease.js is a Classical Object-Oriented framework for Javascript, + intended to “ease” the transition into JavaScript from other + Object-Oriented languages. Features include:

+ +

- ease.js is a framework. It is not a compiler. This allows you to use it - wherever JavaScript may be used, including with other compilers/parsers. - It provides support for older, pre-ES5 browsers by gracefully dropping - features (such as visibility), but remaining functionally consistent. - Therefore, code written using ease.js should operate exactly the same in - Internet Explorer 5.5 as it does in Chromium 10. + ease.js is a framework, not a compiler. It may be used wherever + JavaScript may be used, including with other compilers/parsers. ease.js + also provides support for older, pre-ES5 environments by gracefully + degrading features (such as visibility support), but remaining + functionally consistent. Therefore, code written using ease.js should + operate exactly the same in Internet Explorer 5.5 as it does in any + modern web browser.