From 72189eeda1c84dbfdfe57c8ccc3572063a494ad3 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Thu, 11 Nov 2010 00:12:59 -0500 Subject: [PATCH] Initial commit of README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..fbd9a29 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# ease.js + +ease.js is (to be) a basic 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 interfaces, abstract classes and traits. + +**This project is still under development.** + +## Why ease.js? +There are already plenty of other means of achieving each of this project's +goals, so what's the point of ease.js? The aim of the project is to provide a +lightweight library in a CommonJS format which also addresses ES5 issues and is +an all-inclusive solution to OO techniques. It satisfies primarily a personal +itch.