Differences between revisions 40 and 44 (spanning 4 versions)
Revision 40 as of 2004-03-27 11:26:43
Size: 4083
Editor: p508C88FD
Comment: Added link to Perl -> Python converter 'bridgekeeper'.
Revision 44 as of 2004-04-10 10:23:38
Size: 4613
Editor: h0010602ed0bb
Comment: added link to pwig
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:

= Multi-Language Python Wrappers =
 * [http://pwig.sourceforge.net/ pwig] is a modified SWIG which wraps Python, instead of C/C++, for use with various languages.
Line 22: Line 25:
----
'''Related'''
 * AppsWithPythonScripting
Line 34: Line 40:
 * [http://pwig.sourceforge.net/ pwig] includes examples of wrapping Python for SWI-Prolog.
Line 70: Line 77:
= OCaml =
 * [http://pycaml.sourceforge.net/ Pycaml] - write Python extension modules in OCaml (instead of C), and use Python code and native libraries from OCaml programs.

= Eiffel and Haskell =
 * Eiffel/Haskell [http://epolyglot.sourceforge.net/] (last updated 2001)
Line 72: Line 85:
 * Eiffel/Haskell [http://epolyglot.sourceforge.net/]
Line 84: Line 96:

TableOfContents

[Hint: The idea is to create pages for the stuff, not just link it.]

Multi-Language Python Wrappers

C/C++

There a various tools which make it easier to bridge the gap between Python and C/C++:


Articles


Related

Fortran

Lisp

Prolog

See also [http://www.google.com/search?hl=en&lr=&ie=ISO-8859-1&q=Python+prolog]

Java

  • ["Jython"] - Python implemented in Java

C#/.NET

Perl

See http://www.faqts.com/knowledge_base/view.phtml/aid/17202/fid/1102

For converting/porting Perl code to Python the tool 'Bridgekeeper' [http://www.crazy-compilers.com/bridgekeeper/] may be handy.

R

Objective-C

Tcl

Lua

OCaml

  • [http://pycaml.sourceforge.net/ Pycaml] - write Python extension modules in OCaml (instead of C), and use Python code and native libraries from OCaml programs.

Eiffel and Haskell

Other (applications)

to name a few. There are much [http://www.google.com/search?q=Python+binding&hl=en more...]

Other (standards and protocols)

See also

Thinki: wiki:Thinki/UsingPythonWithOtherLanguages

IntegratingPythonWithOtherLanguages (last edited 2020-07-29 18:06:27 by JaraKaca)

Unable to edit the page? See the FrontPage for instructions.