From: | Jonathan Bartlett <johnnyb(at)eskimo(dot)com> |
---|---|
To: | Rick Gigger <rick(at)alpinenetworking(dot)com> |
Cc: | Jason Tesser <JTesser(at)nbbc(dot)edu>, <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Triggers, Stored Procedures, PHP. was: Re: PostgreSQL |
Date: | 2003-12-02 02:44:14 |
Message-ID: | Pine.GSU.4.44.0312011840340.28260-100000@eskimo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
> 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
>
From | Date | Subject | |
---|---|---|---|
Next Message | David Nedrow | 2003-12-02 02:45:53 | Re: pg_hba.conf problem |
Previous Message | Randal L. Schwartz | 2003-12-02 02:29:18 | Re: Triggers, Stored Procedures, PHP. was: Re: PostgreSQL |