Dear Stewart, On 20 Jul 2011, at 17:03, stewart mackenzie wrote: > We need to get erlang to call mozart oz and visa versa.
I have no experience with Erlang whatsoever. However, I called Mozart from other languages, e.g., Emacs Lisp, Max/MSP, and SuperCollider. Are you aware that you have standard sockets in Mozart (http://www.mozart-oz.org/documentation/system/node55.html) and that you can instantiate a full Mozart compiler which you can feed strings of arbitrary Oz code received from the outside (with concurrent execution of received code snippets, if you wish). For example., you could create Oz code in Erlang and then it over for execution. If you do not want a full Mozart compiler, e.g., for security reasons, you could program some interface with, e.g., on receipt of certain strings executes certain programs. I have flying around code snippets for either approach, if that would interest you. Best, Torsten On 20 Jul 2011, at 17:03, stewart mackenzie wrote: > Hi all. > > We need to get erlang to call mozart oz and visa versa. > > Can anyone with experience please drop a hint on how to do it? > > Kind regards > Stewart > _________________________________________________________________________________ > mozart-hackers mailing list > mozart-hackers@mozart-oz.org > http://www.mozart-oz.org/mailman/listinfo/mozart-hackers -- Dr Torsten Anders Course Leader, Music Technology University of Bedfordshire Park Square, Room A315 http://strasheela.sourceforge.net http://www.torsten-anders.de _________________________________________________________________________________ mozart-hackers mailing list mozart-hackers@mozart-oz.org http://www.mozart-oz.org/mailman/listinfo/mozart-hackers