Hello.
I wrote a small interface for invoking Python's libraries from STk. It
includes a STk type that represents an arbitrary Python object and provides a
mecanism for handling Python exceptions: a try-except block.
For example, you can do
(define http (py-getattr "BaseHTTPServer"))
and you have the complete Python's `BaseHTTPServer' module for writing your
own Scheme HTTP server.
It can be downloaded (only 25k) from
http://www.cmat.edu.uy/~walterm/spy
Please, take a look and let me know if you find it interesting.
Walter
--
--------------
Walter Moreira # Centro de Matematica # Universidad de la Republica
walterm_at_cmat.edu.uy http://www.cmat.edu.uy/~walterm Uruguay
/OD\_ | "No one shall drive us out of the paradise
O o . Lo_o_) | that Cantor has created" D. Hilbert
Received on Tue Dec 12 2000 - 00:08:32 CET