public inbox for guile-emacs@sourceware.org
 help / color / mirror / Atom feed
* translating Emacs Lisp to Scheme
@ 2000-03-18  0:48 Kalle Olavi Niemitalo
  2000-03-18  2:40 ` Ken Raeburn
  0 siblings, 1 reply; 2+ messages in thread
From: Kalle Olavi Niemitalo @ 2000-03-18  0:48 UTC (permalink / raw)
  To: guile-emacs

Now that we have a way to call Emacs functions from Guile, we
could develop a system which translates Emacs Lisp to Guile
Scheme and runs it in Guile.  I know Guile has some primitives
(null, nil-cdr) to help with this; is there already some Scheme
code for the translation?

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: translating Emacs Lisp to Scheme
  2000-03-18  0:48 translating Emacs Lisp to Scheme Kalle Olavi Niemitalo
@ 2000-03-18  2:40 ` Ken Raeburn
  0 siblings, 0 replies; 2+ messages in thread
From: Ken Raeburn @ 2000-03-18  2:40 UTC (permalink / raw)
  To: Kalle Olavi Niemitalo; +Cc: guile-emacs

You could look at the branch in the Guile repository tagged
"mdj_elisp_branch".  In the "lang" directory, elisp.scm is intended to
let you load or evaluate Lisp, specifying the use of elisp syntax
transformations that convert it to Scheme.

It's also a problem that Michael Sperber's group is working on for
XEmacs, though not targetting Guile specifically.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-03-18  2:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-03-18  0:48 translating Emacs Lisp to Scheme Kalle Olavi Niemitalo
2000-03-18  2:40 ` Ken Raeburn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).