JS.Class - JavaScript in a Ruby Style

Courtesy Ruby Inside  Fri, 09/26/2008 - 04:53

jsclass.png JS.Class is an attempt at making JavaScript more Ruby-like.

More specifically, it's a library that makes object oriented development easier in JavaScript (in comparison to JS's prototype technique, at least) by implementing Ruby's core object, module, and class systems as well as some of Ruby's meta-programming techniques .

As well as ports of Enumerable, Observable, Comparable, and Forwardable, you get subclassing , mixins , reflection , late-binding arguments, singleton methods , method binding...


 

More related items

Zend Developer Zone: Design Patterns I Hate
On the Zend Developer Zone today there's a new post from Keith Casey about some of the design patterns he hates - ones that are misused too often and have become more of a "worst practice"...

Ibuildings techPortal: DPCRadio: The Cake is a Lie
On the Ibuildings techPortal today they've posted the latest episode of their recording series from last year's Dutch PHP Conference (DPCRadio) - Sebastian Bergmann's talk The Cake is a Lie....

Semi-implicit batched remote code execution as staging
Oleg Kiselyov has just posted another amazing work: Semi-implicit batched remote code execution as staging. Batching several remote-procedure or remote-object operations into one request...


 

Post new comment

The content of this field is kept private and will not be shown publicly.
computer-internet.marc8.com