* perl wrapper for C
@ 2004-07-27 17:41 Anshuman S. Rawat
2004-07-28 9:22 ` Matthew Studley
2004-07-29 11:52 ` Christoph Bussenius
0 siblings, 2 replies; 3+ messages in thread
From: Anshuman S. Rawat @ 2004-07-27 17:41 UTC (permalink / raw)
To: linux-c-programming
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.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: perl wrapper for C
2004-07-27 17:41 perl wrapper for C Anshuman S. Rawat
@ 2004-07-28 9:22 ` Matthew Studley
2004-07-29 11:52 ` Christoph Bussenius
1 sibling, 0 replies; 3+ messages in thread
From: Matthew Studley @ 2004-07-28 9:22 UTC (permalink / raw)
To: Anshuman S. Rawat; +Cc: linux-c-programming
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" <asr@cs.columbia.edu>
To: <linux-c-programming@vger.kernel.org>
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
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: perl wrapper for C
2004-07-27 17:41 perl wrapper for C Anshuman S. Rawat
2004-07-28 9:22 ` Matthew Studley
@ 2004-07-29 11:52 ` Christoph Bussenius
1 sibling, 0 replies; 3+ messages in thread
From: Christoph Bussenius @ 2004-07-29 11:52 UTC (permalink / raw)
To: linux-c-programming
On Tue, Jul 27, 2004 at 01:41:43PM -0400, Anshuman S. Rawat wrote:
> This might be the wrong list for this question - I have a C module for
> which I need to build a perl wrapper.
Try the module Inline::C from CPAN.
Regards,
Christoph
--
``There's no dark side of the moon, really
Matter of fact, it's all dark''
--Pink Floyd
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-07-29 11:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-27 17:41 perl wrapper for C Anshuman S. Rawat
2004-07-28 9:22 ` Matthew Studley
2004-07-29 11:52 ` Christoph Bussenius
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).