Note: Project Homepage coming soon!!
JSX sets itself apart from other JavaScript toolkits by providing true JavaScript eXtensions. JSX is not AJAX, does not provide web-specific functionality, and
... [More]
won't brew you a pot of coffee. What it WILL do is make your Javascript code cleaner and more reliable than ever before.
JSX provides the following extensions to Javascript:
* Useful extensions to JS Objects: Array, Math, Object
* Improved Exceptions
* True object-oriented, class-based hierarchy including java-style interfaces
* Unit Test capabilities
* Both typed and untyped java-style collections (List, Queue, Stack, and Map)
JSX focuses on core Javascript language improvements, and specifically on OOD/OOP. The list of features is small, and includes only widely practical items. [Less]