functional or object-oriented?

Diez B. Roggisch deets at nospam.web.de
Mon Sep 19 13:59:01 EDT 2005


> With functional i mean my files mostly consist of functions and only
> rarely i use "class". The library modules seem to be mostly written the
> object-way on the other hand.

Which is not what functional programming is about. The style you 
describe is more often referred to as procedural programming.

http://en.wikipedia.org/wiki/Procedural_programming

See

http://en.wikipedia.org/wiki/Functional_programming

for what functional programming is about.

Diez



More information about the Python-list mailing list