[self-interest] selflanguage.org website down

Chris Double chris.double at double.co.nz
Tue Sep 30 09:56:05 UTC 2014


On Tue, Sep 30, 2014 at 7:37 PM, Russell Allen mail at russell-allen.com
[self-interest] <self-interest at yahoogroups.com> wrote:
> How about each module object has an extra slot: a name of the module tree it comes from. Then at fileOut we look up in a dictionary the directory where that module tree lives (and prompt if we don't know), and use that to compute the full filename. If the module doesn't know what tree it is from, we default to the Self working dir so existing behaviour is maintained.
>
> module trees add: (module tree copyName: 'webserver' Location: '~/src/self-webserver').
> bootstrap read: 'webserver' FromTree: (module trees at: 'webserver') Offset: ''

Yes, good idea, something like this would work I think.

Chris.
-- 
http://www.bluishcoder.co.nz



More information about the Self-interest mailing list