http://www.perlmonks.org?node_id=148985


in reply to Re: Re (tilly) 1: Future of FBP
in thread Future of FBP

I don't know how you would do it in Java. But if your components live in different processes that communicate through IPC, there is no reason that you can't implement each component in a different language.

In Perl you can lift the requirement of separate processes through liberal use of the Inline module.