[plt-scheme] JAVA < -> Scheme
I didn't mean to be so terse - the working code is fairly specific to
our system but it is based on run-server in thread.ss. Help Desk is your
friend.
Bruce Butterfield wrote:
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
> Our system runs a daemon which connects to the java system through
> sockets. Very simple and scalable.
>
> Andre Mayers wrote:
>
>> For list-related administrative tasks:
>> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>>
>> Does anyone know how to interface mzscheme with java ? The interaction
>> will be monitored from the java code but I need to keep the mzscheme
>> alive between interaction
>> (I don't want to reload all the (define ... ) and (set! ...).
>> An example will be greatly appreciated.
>> Andre Mayers, Ph.D., professeur | tel: 819-821-8000x2041
>> Dept. de math. et d'informatique | fax: 819-821-8200
>> Universite de Sherbrooke |
>> andre.mayers at usherbrooke.ca
>> Sherbrooke (Quebec) Canada J1K 2R1 | http://www.dmi.usherb.ca/~amayers
>>
>>
>> -----Message d'origine-----
>> De : plt-scheme-admin at list.cs.brown.edu
>> [mailto:plt-scheme-admin at list.cs.brown.edu] De la part de Ittai Balaban
>> Envoyé : 8 décembre, 2003 17:06
>> À : plt-scheme at list.cs.brown.edu
>> Objet : Re: [plt-scheme] C++ -> Scheme, Scheme C++
>>
>>
>> For list-related administrative tasks:
>> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>>
>> On Mon, 2003-12-08 at 16:59, G. Saini wrote:
>>
>>> Does anyone know how to interface C++ to from Scheme?
>>
>>
>>
>> Take a look at "inside mzscheme" (look for the list of DrScheme docs
>> on the
>> www.plt-scheme.org page). Right off the start it explains how to
>> extend/embed mzscheme.
>>