Arc Forumnew | comments | leaders | submitlogin
2 points by akkartik 4906 days ago | link | parent

aw's had some experience running other languages as separate processes communicating over a port: http://awwx.ws/lang2

For readwarp I have python components that emit JSON and communicate over a FIFO with the arc server. I use a scheme JSON parser for speed.

I'm not sure what I can generalize, just a couple of sample points.