emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: writing an elisp interface to a c library


From: Thien-Thi Nguyen
Subject: Re: writing an elisp interface to a c library
Date: 18 Aug 2005 09:16:50 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

James Cloos <address@hidden> writes:

> (As I see it, the lib's api is such that it can be mapped to lisp w/o
> diverging from its C look and feel.  Following that api very closely,
> then, seems to be the Right Thing To Do.  Being able to write all of
> the higher-level code using the lib in elisp is enticing.)

how close/far/easy/difficult it is depends on the C library's interface.
check out http://www.swig.org for an interface mapping mux approach.
it would be cool to see an emacs lisp module for swig.

thi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]