wasm-demo/demo/ermis-f/python_m/cur/0853

24 lines
863 B
Plaintext

From: janssen at parc.xerox.com (Bill Janssen)
Date: Fri, 30 Apr 1999 17:46:26 GMT
Subject: CORBA IDL AND SCRIPTS
In-Reply-To: <3729E026.D9D29B1@ppllc.com>
References: <3729E026.D9D29B1@ppllc.com>
Message-ID: <gr_SlmcB0KGW0YMlBM@holmes.parc.xerox.com>
X-UID: 853
IDL support is available for both Python and Perl. That is, you can
take your IDL specs and generate scripting-language support for the
types and interfacees specified in that IDL. With systems like ILU, you
can do the same sort of thing that SWIG does -- link your C (or other
language) code with your Python, glued together automatically by code
generated by ILU from your IDL. There's an example of doing this in the
examples/multlang directory of the ILU source release.
More ILU info at ftp://ftp.parc.xerox.com/pub/ilu/ilu.html.
Bill