From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Matthew Studley" Subject: Re: perl wrapper for C Date: Wed, 28 Jul 2004 10:22:12 +0100 Sender: linux-c-programming-owner@vger.kernel.org Message-ID: <002a01c47484$6703bda0$caba0ba4@uwe.ac.uk> References: <023301c47400$fb833ac0$3ef527a0@Viper> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii" To: "Anshuman S. Rawat" Cc: linux-c-programming@vger.kernel.org swig http://www.swig.org/ SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. SWIG is primarily used with common scripting languages such as Perl, Python, Tcl/Tk, and Ruby, however the list of supported languages also includes non-scripting languages such as Java, OCAML and C#. Also several interpreted and compiled Scheme implementations (Guile, MzScheme, Chicken) are supported. SWIG is most commonly used to create high-level interpreted or compiled programming environments, user interfaces, and as a tool for testing and prototyping C/C++ software. SWIG can also export its parse tree in the form of XML and Lisp s-expressions. SWIG may be freely used, distributed, and modified for commercial and non-commercial use. ----- Original Message ----- From: "Anshuman S. Rawat" To: Sent: Tuesday, July 27, 2004 6:41 PM Subject: perl wrapper for C > Hi, > This might be the wrong list for this question - > I have a C module for which I need to build a perl wrapper. Does anyone have > any pointers on how to go about that? (the C module is itself dependent on a > whole lot of other modules). > > Absolutely any help would be appreciated! > > Thanks. > > > - > To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > > > This incoming email to UWE has been independently scanned for viruses and any virus detected has been removed using McAfee anti-virus software > >