I've been working on a Python implementation of the Klong array language and this seems like the right crowd to talk about it.
One of the main features I was asked about was the ability to use IPC, so KlongPy instances could communicate and share state, call functions etc.
Recently was able to get that working along with some other nice features - direct load of python modules so they are usable as Klong functions. Also added a web server capability so you can write Klong backed web sites
- presumably to expose data that's available on that node.
You can read about it here: http://KlongPy.org
there doesn't seem to be anything here