Re: spinoza programming language status report (or, disruptive technology is always late)
- From: Mike <m.fee@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 19 May 2008 11:00:19 +1200
In article <94eaff41-fef3-46dc-80d3-11e456965da2@xxxxxxxxxxxxxxxxxxxxxxxxxxx>, spinoza1111@xxxxxxxxx says...
[snip]
For example, I found a
situation at Princeton where a program referred to uninitialised
memory and had done so for years, but when I fixed the bug, other
parts of the program failed to handle long-in-use data sets.
Edward, I found this tiny snippet of possibly on-subject material in your post.
It intrigues me. Are you suggesting that if you initialised the data structures that the program referred to it ceased
to work? Something of the form (in pseudo-code)...?
//Working, but non-conforming code
type
Data : DataStructure;
begin
while SomeCondition do
OperateOn(Data);
end;
//Conforming, but non-working code
type
Data : DataStructure;
begin
InitialiseIt(Data);
while SomeCondition do
OperateOn(Data);
end;
Mike
.
- References:
- Re: spinoza programming language status report (or, disruptive technology is always late)
- From: spinoza1111
- Re: spinoza programming language status report (or, disruptive technology is always late)
- From: Qwertyioup
- Re: spinoza programming language status report (or, disruptive technology is always late)
- From: spinoza1111
- Re: spinoza programming language status report (or, disruptive technology is always late)
- From: Mike
- Re: spinoza programming language status report (or, disruptive technology is always late)
- From: spinoza1111
- Re: spinoza programming language status report (or, disruptive technology is always late)
- From: Richard Heathfield
- Re: spinoza programming language status report (or, disruptive technology is always late)
- From: spinoza1111
- Re: spinoza programming language status report (or, disruptive technology is always late)
- From: Richard Heathfield
- Re: spinoza programming language status report (or, disruptive technology is always late)
- From: spinoza1111
- Re: spinoza programming language status report (or, disruptive technology is always late)
- From: Richard Heathfield
- Re: spinoza programming language status report (or, disruptive technology is always late)
- From: spinoza1111
- Re: spinoza programming language status report (or, disruptive technology is always late)
- Prev by Date: Re: spinoza programming language status report (or, disruptive technology is always late)
- Next by Date: Re: The spinoza papers: towards a theory of progress reporting
- Previous by thread: Re: spinoza programming language status report (or, disruptive technology is always late)
- Next by thread: Re: spinoza programming language status report (or, disruptive technology is always late)
- Index(es):