Olivier Galibert <galibert(a)pobox.com> writes:
On Fri, Jan 15, 1999 at 01:10:33AM -0800, Marat Boshernitsan wrote:
> I need even more extensibility than XEmacs lisp gives me,
> and modules do just that.
Nice. Now my question is, is being able to add C functions callable
from lisp enough for you, or do you need to "plug" into the C code
itself one way or another?
OG.
Yes. Just being able to add my own list primitives written in C is
enough in my case. I do need a bit of support from runtime for things
like allocating new lisp objects, but that's pretty much it.
Marat.