You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by do...@cocoon.apache.org on 2004/07/09 13:40:01 UTC

[Cocoon Wiki] Updated: Python

   Date: 2004-07-09T04:40:01
   Editor: DerekLastname <dh...@csir.co.za>
   Wiki: Cocoon Wiki
   Page: Python
   URL: http://wiki.apache.org/cocoon/Python

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -11,8 +11,8 @@
  1.# MS-Windows
  1.# Unix
  1. It is fully ObjectOriented.
- 1. it supports FunctionalProgramming.
- 1. It supports MetaData that allows program elements to describe themselves.  Likewise, programmers can add comments to program elements that become part of the metadata and can be examined at runtime.  Thus, it really is self documenting.
+ 1. it supports Functional Programming.
+ 1. It supports metadata that allows program elements to describe themselves.  Likewise, programmers can add comments to program elements that become part of the metadata and can be examined at runtime.  Thus, it really is self documenting.
  1. The standard library is huge.  Support is very good for internet protocols, web data formats, etc.
  1. The language itself is powerful way to manipulate arrays and lists, dictionaries, and strings.
  1. Thanks to the Jython interpreter which is implemented in Java, Python and Java programs can interoperate seamlessly.