all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Elisp as Java Client
@ 2003-09-05 17:51 Siegfried Heintze
  2003-09-08  8:47 ` Phillip Lord
  0 siblings, 1 reply; 5+ messages in thread
From: Siegfried Heintze @ 2003-09-05 17:51 UTC (permalink / raw)


Well not everyone was enthralled with the concept as ELisp as  COM client.
What about elisp as a java client? Has anyone done that?

It would sure be great to use eclisps plugins from emacs!

   Siegfried

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

* Re: Elisp as Java Client
  2003-09-05 17:51 Elisp as Java Client Siegfried Heintze
@ 2003-09-08  8:47 ` Phillip Lord
  2003-09-08 15:34   ` Paul Kinnucan
  0 siblings, 1 reply; 5+ messages in thread
From: Phillip Lord @ 2003-09-08  8:47 UTC (permalink / raw)


>>>>> "Siegfried" == Siegfried Heintze <siegfried@heintze.com> writes:

  Siegfried> Well not everyone was enthralled with the concept as
  Siegfried> ELisp as COM client.  What about elisp as a java client?
  Siegfried> Has anyone done that?

  Siegfried> It would sure be great to use eclisps plugins from emacs!

This can be done. The JDEE has a significant amount of talk between
java, and lisp, although its  mostly lisp calling java, rather than
vice versa. 

Phil

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

* Re: Elisp as Java Client
  2003-09-08  8:47 ` Phillip Lord
@ 2003-09-08 15:34   ` Paul Kinnucan
  2003-09-17 14:59     ` Siegfried Heintze
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Kinnucan @ 2003-09-08 15:34 UTC (permalink / raw)


Phillip Lord <p.lord@russet.org.uk> writes:

> >>>>> "Siegfried" == Siegfried Heintze <siegfried@heintze.com> writes:
> 
>   Siegfried> Well not everyone was enthralled with the concept as
>   Siegfried> ELisp as COM client.  What about elisp as a java client?
>   Siegfried> Has anyone done that?
> 
>   Siegfried> It would sure be great to use eclisps plugins from emacs!
> 
> This can be done. The JDEE has a significant amount of talk between
> java, and lisp, although its  mostly lisp calling java, rather than
> vice versa. 


The JDEE combines a Lisp interpreter (Emacs) and a Java interpreter
(the BeanShell), each running as a separate process and communicating
with the other via process I/O. The JDEE talks to the Beanshell in
Java and the Beanshell talks back to Emacs in Elisp. More
specifically, the JDEE sends Java expressions to the BeanShell for
evaluation that invoke Java methods developed specifically for use
with the JDEE.  The Java methods pass results back to Emacs by
printing Lisp expressions to standard out. The Lisp expressions
typically invoke Lisp functions that perform JDEE-related tasks. A
listener on the JDEE-side simply passes the Lisp expressions to the
Emacs Lisp interpreter for evaluation. The interface is very simple
and flexible and has been used to create some elaborate features, such
as field and method completion, that combine Java and Lisp code.

Paul

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

* Re: Elisp as Java Client
  2003-09-08 15:34   ` Paul Kinnucan
@ 2003-09-17 14:59     ` Siegfried Heintze
  2003-09-18 15:44       ` Paul Kinnucan
  0 siblings, 1 reply; 5+ messages in thread
From: Siegfried Heintze @ 2003-09-17 14:59 UTC (permalink / raw)


Does anyone have some sample code I can try out?

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

* Re: Elisp as Java Client
  2003-09-17 14:59     ` Siegfried Heintze
@ 2003-09-18 15:44       ` Paul Kinnucan
  0 siblings, 0 replies; 5+ messages in thread
From: Paul Kinnucan @ 2003-09-18 15:44 UTC (permalink / raw)


"Siegfried Heintze" <siegfried@heintze.com> writes:

> Does anyone have some sample code I can try out?

The JDEE (http://jdee@sunsite.dk) has a lot of elisp code 
invoked from Java.

Paul

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

end of thread, other threads:[~2003-09-18 15:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-05 17:51 Elisp as Java Client Siegfried Heintze
2003-09-08  8:47 ` Phillip Lord
2003-09-08 15:34   ` Paul Kinnucan
2003-09-17 14:59     ` Siegfried Heintze
2003-09-18 15:44       ` Paul Kinnucan

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.