dojo/dojox/lang/README in dojo_src-1.4.102 vs dojo/dojox/lang/README in dojo_src-1.5.0

- old
+ new

@@ -11,13 +11,20 @@ Eugene Lazutkin (eugene.lazutkin@gmail.com) Kris Zyp (kris@sitepen.com) ------------------------------------------------------------------------------- Project description -Implementation of common functional operations, and provisions, aspect-oriented -helpers. Later we can add other JS language-related helpers. +dojox.lang.functional - Provides lambda functions, and common functional +operations. +dojox.lang.aspect - Provides a framework for aspect-oriented programming. + +dojox.lang.oo - Provides mixers to support traits and mixins for object-oriented +programming. + +dojox.lang.async - Provides helpers for event-driven programming. + dojox.lang.observable - Provides construction of objects that such that property access and modification can be controlled, i.e. provides a form of getters/setters. dojox.lang.typed - Provides type checking for JavaScript classes, enforcing @@ -38,9 +45,13 @@ For now: dojox.lang.functional: http://lazutkin.com/blog/2008/jan/12/functional-fun-javascript-dojo/ +http://lazutkin.com/blog/2008/jun/30/using-recursion-combinators-javascript/ + +dojox.lang.aspect: +http://lazutkin.com/blog/2008/may/18/aop-aspect-javascript-dojo/ ------------------------------------------------------------------------------- Installation instructions Grab the following from the Dojo SVN Repository: