Florian Weimer wrote:
Are there libraries which implement some form of spreadsheet-style
dependency tracking?
The first that come to mind (I have very limited experience with them):
trellis http://peak.telecommunity.com/DevCenter/Trellis
pycells http://pycells.pdxcb.net/
Best regards
On Oct 19, 8:59 pm, Lawrence D'Oliveiro wrote:
> In message
> , Carl
>
> Banks wrote:
> > On Oct 18, 4:15 pm, Lawrence D'Oliveiro
> > wrote:
>
> >> In message
> >> <42d82f8a-4ee6-44a7-914d-86dfc21f1...@a36g2000yqc.googlegroups.com>,
> >> Fuzzyman wrote:
>
> >>> Allowing calculations to complete e
In message
, Carl
Banks wrote:
> On Oct 18, 4:15 pm, Lawrence D'Oliveiro
> wrote:
>
>> In message
>> <42d82f8a-4ee6-44a7-914d-86dfc21f1...@a36g2000yqc.googlegroups.com>,
>> Fuzzyman wrote:
>>
>>> Allowing calculations to complete even in the presence of cycles can be
>>> very useful.
>>
>> But
On Oct 18, 4:15 pm, Lawrence D'Oliveiro wrote:
> In message
> <42d82f8a-4ee6-44a7-914d-86dfc21f1...@a36g2000yqc.googlegroups.com>,
>
> Fuzzyman wrote:
> > Allowing calculations to complete even in the presence of cycles can be
> > very useful.
>
> But then the answer is no longer completely determ
In message
<42d82f8a-4ee6-44a7-914d-86dfc21f1...@a36g2000yqc.googlegroups.com>,
Fuzzyman wrote:
> Allowing calculations to complete even in the presence of cycles can be
> very useful.
But then the answer is no longer completely deterministic.
--
http://mail.python.org/mailman/listinfo/python-
On Oct 17, 12:35 pm, Florian Weimer wrote:
> * Chris Torek:
>
> > In article <87y69xbz6h@mid.deneb.enyo.de>
> > Florian Weimer wrote:
> >>Are there libraries which implement some form of spreadsheet-style
> >>dependency tracking? The idea is to ena
* Chris Torek:
> In article <87y69xbz6h@mid.deneb.enyo.de>
> Florian Weimer wrote:
>>Are there libraries which implement some form of spreadsheet-style
>>dependency tracking? The idea is to enable incremental updates to
>>some fairly convoluted compu
In article <87y69xbz6h@mid.deneb.enyo.de>
Florian Weimer wrote:
>Are there libraries which implement some form of spreadsheet-style
>dependency tracking? The idea is to enable incremental updates to
>some fairly convoluted computation. I hope that a general dependency
>
Are there libraries which implement some form of spreadsheet-style
dependency tracking? The idea is to enable incremental updates to
some fairly convoluted computation. I hope that a general dependency
tracking framework would avoid making the computation even more
convoluted and difficult to