A meta class that provides behavior like Ruby

A meta-class that provides behavior like Ruby 1.0

A meta-class that provides behavior like Ruby 1.0 Download Summary

  • Language: Python
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • License: Other Free / Open Source License - Python License
  • Databases: N/A
  • Downloads: 537
  • Released: Jun 7, 2007

A meta-class that provides behavior like Ruby 1.0 Description

This script brings a Ruby-like class behavior. When a class is declared, it extends the old class if the class name exists already.

A meta-class that provides behavior like Ruby 1.0 Keywords

A meta class that provides behavior like Ruby Bookmark

Hyperlink code:
Hyperlink for Forum code:

A meta-class that provides behavior like Ruby 1.0 Script Download Notice

Top 4 Download periodically updates information of A meta-class that provides behavior like Ruby 1.0 script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. A meta-class that provides behavior like Ruby 1.0 torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

Ruby like syntactic sugar

Ruby offers very nice language constructs for loops or for iterating over lists like the following: 5.times { print "Hello World" }. This recipe shows how to implement these features in python. ...
Python

Stateful Objects use Mix ins to define behaviour

... stateful objects, which have a different set of behaviours according to what state they are in, this ... the use of mix-ins. A mix-in is a class which is dynamically inherited by an object. The methods of the mix-in class are thus accessible through the object. This is ...
Python

Yet another Set class for Python

This script is a pure Pythonic implementation of a set class. The syntax and methods implemented are, for the most part, borrowed from PEP 218. ...
Python

Real class methods in Python

This script demonstrates 'real' class methods, like they are known from Smalltalk. Class methods implicitely receive the actual class as the first parameter. They are inherited by subclasses, and may as well be overridden. Class methods may return anything, although they are particularly ...
Python

Bag collection class

Bag collection class script implements Smalltalk's bag class. ...
Python