Scripting for both object and non-object

Oleg Broytmann phd at phd.pp.ru
Sun Nov 18 15:39:01 EST 2001


Hello!

   Python (www.python.org) is a great programming lnguage! It is object
oriented, but the OO is not enforced, and wht is more, it includes elements
of functional programming, so you can choose apropriate style - OO, plain
structured programming or FP.

On Sun, Nov 18, 2001 at 08:15:24PM +0000, Ed Ohsone wrote:
> I would like to know names of general purpose scripting languages which
> are capable of going both object and non-object oriented.
> 
> I know tcl is one of that kind.
> If you know any others, please let me know URL of their home pages.
> The reason I am asking this question is we want to select 
> a language which best suits our future projects.
> One of their requirements is freedom from object-oriented shackles.
> Object-oriented design is a great idea but we are going to waters
> where it can be impediments.

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            phd at phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.




More information about the Python-list mailing list