Dec. 7, 2010
8:09 p.m.
Hi Eliot, On 7 December 2010 20:48, Eliot Miranda <eliot.miranda@gmail.com> wrote:
   I'm not sure if this is part of your idea, but would it be cool if you could build this as a virtual file interface so that a Smalltalk image could be mounted and searched using unix tools?  Sort of like your idea inside-out.
there is a SqueakFS project on SqueakSource. Probably what you mean. ;-) It uses userfs on Mac OS X to "mount" a Squeak image and make the classes etc. available as directories and files. It's read-only. The client is written in Python. Best, Michael