Differences between revisions 30 and 33 (spanning 3 versions)
Revision 30 as of 2003-07-29 14:31:00
Size: 3445
Editor: cs6625173-110
Comment:
Revision 33 as of 2003-08-08 14:36:52
Size: 3704
Editor: www
Comment: Added Duncan Booth's article about Integrating Python, C and C++
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
 * [elmer] - compile and run python code from C, as if it was written in C  * ["elmer"] - compile and run python code from C, as if it was written in C
Line 20: Line 20:
 * [http://dales.rmplc.co.uk/Duncan/accu/integratingpython.html Integrating Python, C and C++], presented at the ACCU conference by Duncan Booth, and his [http://dales.rmplc.co.uk/Duncan/accu conference slides]
Line 50: Line 52:
 * PyPerlish - Perl idioms in Python
   
Line 59: Line 62:
 * [elmer] - compile and run python code from Tcl, as if it was written in Tcl  * ["elmer"] - compile and run python code from Tcl, as if it was written in Tcl

C/C++

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

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

[wiki:Thinki/UsingPythonWithOtherLanguages Much more extensive page on Thinki]

Articles


[[There are also interesting solutions for co-operation between Python and such languages as Tcl, Perl, Fortran, Prolog, and many others. We'll write more on these subjects, in time.]]

Fortran

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

[http://www.activestate.com/Corporate/Initiatives/NET/Research.html?_x=1 ActiveState research]

Perl

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

R

Objective-C

Tcl

Other (applications)

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

Other (standards and protocols)

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

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