jcoglan / js.class
- Source
- Commits
- Network (1)
- Issues (1)
- Downloads (17)
- Wiki (1)
- Graphs
-
Tree:
9c36bbe
js.class / README.markdown
JS.Class - Ruby-style JavaScript
http://jsclass.jcoglan.com
JS.Class is a JavaScript library for building object-oriented programs using Ruby idioms. It implements Ruby's core object/module/class system in JavaScript, as well as several standard Ruby libraries and various other extensions.
Distribution files
The distribution contains the following files:
core.js- containsClass,Module,Kernel,SingletonandInterfaceloader.js- everything fromcore.js, plus thePackagesystem and dependency data for the standard librarystdlib.js- the whole standard library in one file
The remaining files should be self-explanatory; each contains a single piece of the standard library; see the website for documentation.
License
Distributed under the MIT license. Copyright (c) 2007-2009 James Coglan
