[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: variable command interpretter
From: |
Greg Troxel |
Subject: |
Re: variable command interpretter |
Date: |
20 Jun 2001 07:30:37 -0400 |
I'd suggest looking at swig (http://www.swig.org/). Matthias Koeppe
has done a lot of work lately to make it work better with guile, and
the forthcoming 1.3.6 release should be quite usable (see the
mkoeppe-1-3-a5-patches branch in swig cvs). With swig, you should be
able design your extension language interface in a reasonably language
independent manner and use either guile, python, perl5, or tcl. It
will probably be a bit more work to keep the design clean, but swig
will save you boring work writing C<-->guile wrapper functions.
Greg Troxel <address@hidden>