> python that you can't do in PHP?

Python is an immensely powerful language.  It is essentially the successor
to both LISP and Smalltalk.  It has things like closures (well, not
complete, but pretty close), generators, a huge OO library, easy-to-use
exceptions (i.e. - in comparison to Java), and I believe with stackless
Python you can also do continuations.  Also, there's some really cool
add-on modules.  Psyco, for instance, is a run-time optimizing compiler,
that compiles several versions of your code based on the data you get.

Jon


>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: don't forget to increase your free space map settings
>


---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faqs/FAQ.html

Reply via email to