From mboxrd@z Thu Jan 1 00:00:00 1970 From: Elias Athanasopoulos Subject: Re: mixing C/C++ Date: Mon, 10 Nov 2003 19:37:43 +0200 Sender: linux-c-programming-owner@vger.kernel.org Message-ID: <20031110173743.GA975@velka.phys.uoa.gr> References: <20031108093029.GB802@velka.phys.uoa.gr> <003301c3a79b$643573e0$caba0ba4@uwe.ac.uk> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <003301c3a79b$643573e0$caba0ba4@uwe.ac.uk> List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Matthew Studley Cc: linux-c-programming@vger.kernel.org On Mon, Nov 10, 2003 at 03:00:31PM -0000, Matthew Studley wrote: > Have you considered using SWIG to automatically generate your wrappers? > > ... 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... Yes, I have tried it. I found it quite complicated in the sense that I can't control stuff; it's difficult to hack the auto-generated swig files. Also, it lacks compatibility with Ruby 1.8. Thanks for your reply. Regards, -- University of Athens I bet the human brain Physics Department is a kludge --Marvin Minsky