This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Emacs with Guile


Keisuke Nishida <kxn30@po.cwru.edu> writes:

> I'm trying embedding Guile in Emacs.  This is not Guile-based Emacs,
> but rather Emacs with Guile.  That is, Emacs now has both Lisp and
> Scheme interpreters independently; programmers can write their code
> either in Emacs Lisp or in Guile Scheme, or even in both.  My patch
> provides some means to exchange objects between Lisp and Scheme.

This is one great hack!

One thought occured to me: maybe it is possible to increase the degree
of integration by rewriting the Elisp interpreter to use the Guile
data types directly.  That is, pairs, symbols, numbers, etc are
already there, and buffers, windows, etc get a thin smob layer.

- Marius

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]