Jump to content

Talk:Python (programming language)

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Ansible (talk | contribs) at 18:09, 30 September 2001 (functional programming in Python?). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

I don't believe Python supports Functional programming, as in Prolog or somesuch. It supports function-based programming... meaning that your program is just composed of functions nor organized into classes and objects. I have gotten the two confused in the past, and I suspect that this is what happened here.

Or does Python really support fuctional programming? Is there some add-on package that allows this? I wasn't aware of one. -- ansible