> 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to