linux-c-programming.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Matthew Studley" <matthew.studley@uwe.ac.uk>
To: "Anshuman S. Rawat" <asr@cs.columbia.edu>
Cc: linux-c-programming@vger.kernel.org
Subject: Re: perl wrapper for C
Date: Wed, 28 Jul 2004 10:22:12 +0100	[thread overview]
Message-ID: <002a01c47484$6703bda0$caba0ba4@uwe.ac.uk> (raw)
In-Reply-To: 023301c47400$fb833ac0$3ef527a0@Viper

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
>
>


  reply	other threads:[~2004-07-28  9:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-27 17:41 perl wrapper for C Anshuman S. Rawat
2004-07-28  9:22 ` Matthew Studley [this message]
2004-07-29 11:52 ` Christoph Bussenius

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='002a01c47484$6703bda0$caba0ba4@uwe.ac.uk' \
    --to=matthew.studley@uwe.ac.uk \
    --cc=asr@cs.columbia.edu \
    --cc=linux-c-programming@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).