| |||||
By default JavaScript supports prototype inheritance.
dejavu adds support for class inheritance, the essential feature needed to support object-oriented programming (OOP), the base of all large scale applications in any programming language.
dejavu doesn't destroy prototype inheritance, building class inheritance on top of it, allowing older JavaScript code to still work without crashing the app.
Here are some key features of "dejavu":
· Interfaces
· Mixins
· Constants
· Context bindings
· Signature checks
· AMD support
· Client-side support
· Good performance
· Two modes - loose, strict
Requirements:
· JavaScript enabled on client side
· Node.js 0.8 or higher for server-side environments
What's New in This Release: [ read full changelog ]
· Minor optimizer tweaks.

Via: dejavu 0.3.3






0 Comment:
Post a Comment