On 1/24/07, Harry George <[EMAIL PROTECTED]> wrote:
> Python - it just works.  Same scripts run on every platform.  Bindings
> available to every C/C++/FORTRAN library I've needed so far.  Often
> the bindings are not complete, but oddly enough the binding developers
> have chosen to do just the functions I need, so who cares.  A clean
> architecture for adding more function bindings if I'm so inclined.

Although that is true on Linux, it is often not the case on Windows.
Sometimes the binding lacks a binary for the minor version of Python
you use or it depends on something which depends on something which
sometimes is only available in source form. Still, I would rather take
Python's approach than Java's.

-- 
mvh Björn
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to