Re: Scripting language interfaces

daniel@dittmar.net (Daniel Dittmar)
30 Mar 1998 21:46:12 -0500

          From comp.compilers

Related articles
Scripting language interfaces steve@blighty.com (Steve Atkins) (1998-03-24)
Re: Scripting language interfaces daniel@dittmar.net (1998-03-30)
Re: Scripting language interfaces eclectictech@usa.net (1998-03-30)
Re: Scripting language interfaces siv_941268@kredit.nhh.no (Roland Kaufmann) (1998-04-03)
Re: Scripting language interfaces tincho@crl.com.no.spam (Martin Bertolino) (1998-04-03)
| List of all articles for this month |

From: daniel@dittmar.net (Daniel Dittmar)
Newsgroups: comp.compilers
Date: 30 Mar 1998 21:46:12 -0500
Organization: Private
References: 98-03-223
Keywords: tools

Have a look at SWIG (Simplified Wrapper and Interface Generator) at
http://www.swig.org/. This is a sn interface compiler which takes
interface specifications (similar to C header files) and generates the
glue beetween the Scripting languge and C functions. Supported so far
are Perl, Python, TCL and Guile.


Another way would be to embed the Java VM. As the byte code format is
public, I suppose more and more languages will support the possibility
to compile to this code.


Daniel
Daniel Dittmar (mailto:dittmar@berlin.snafu.de)
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.