[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: variable command interpretter
From: |
Bill Gribble |
Subject: |
Re: variable command interpretter |
Date: |
Wed, 20 Jun 2001 07:03:54 -0500 |
User-agent: |
Mutt/1.3.18i |
On Wed, Jun 20, 2001 at 07:30:37AM -0400, Greg Troxel wrote:
> I'd suggest looking at swig (http://www.swig.org/).
There's also g-wrap, which is pretty much guile-only at this point but
is getting pretty slick. It takes a different approach from swig,
requiring an interface definition file (which is just Scheme forms),
but as a result you have a lot more flexibility about some things
(like memory management, type translations, etc) and you don't have to
enter the Nightmare That Is Parsing C Code.
You can grab g-wrap at http://www.gnucash.org/pub/g-wrap. The
maintainer is Rob Browning (address@hidden).
Bill Gribble