From mboxrd@z Thu Jan 1 00:00:00 1970 From: Message-Id: <200211142056.gAEKu5M19567@panix1.panix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: 9fans@cse.psu.edu Subject: Re: [9fans] Serving 9p in python - anyone started that? Date: Thu, 14 Nov 2002 15:56:05 -0500 Topicbox-Message-UUID: 2077f3dc-eacb-11e9-9e20-41e7f4b1d025 > I think the python thing is quite cool, me three, especially if there were a generic framework for making fileservers of python objects. so that, say, obj.method('arg', 'arg') becomes echo -n method arg arg > /mnt/python/obj and variables can be files available for reading.