I'm using the Mechanize library from Squeak Smalltalk. Right now, I'm sending hard-coded text commands back and forth via TCPServer, but someone suggested that, if I wrote DRb for Smalltalk, any ruby object would be sharable with Smalltalk processes. How should I attack this? Has it been done for any other language? Is it a huge undertaking? Thanks. Sean p.s. googling "ruby drb other languages" found nothing interesting