The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* [TUHS] long lived programs (was Re: RIP John Backus
@ 2018-03-23  2:53 Doug McIlroy
  2018-03-23 18:27 ` Bakul Shah
  0 siblings, 1 reply; 20+ messages in thread
From: Doug McIlroy @ 2018-03-23  2:53 UTC (permalink / raw)


"The only thing I can think of is to use have programs that
translate programs in todays languages to a common but very
simple universal language for their "long term storage". May
be something like Lamport's TLA+? A very tough job.
"

Maybe not so hard. An existence proof is Brenda Baker's "struct",
which was in v7. It converted Fortran to Ratfor (which of course
turned it back to Fortran). Interestingly, authors found their
completely reorganized code easier to read than what they had
written in the first place. 

Her big discovery was a canonical form--it was not a matter of
taste or choice how the code got rearranged.

It would be harder to convert the code to say, Matlab,
because then you'd have to unravel COMMON statements and
format strings. It's easy to cook up nasty examples, like
getting away with writing behyond the end of an array, but
such things are rare in working code.

Doug


^ permalink raw reply	[flat|nested] 20+ messages in thread
* [TUHS] RIP John Backus
@ 2018-03-17 22:27 Steve Johnson
  2018-03-22 21:05 ` [TUHS] long lived programs (was " Bakul Shah
  0 siblings, 1 reply; 20+ messages in thread
From: Steve Johnson @ 2018-03-17 22:27 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1224 bytes --]


Let me offer a somewhat different perspective on FORTRAN.  When an
airplane is designed, the design undergoes a number of engineering
tests under simulation at the design stage.  Many countries require
that these simulation runs be archived for the lifetime of the
airplane so that, in the event of a crash, they can be run again with
the conditions experienced by the aircraft to see whether the problem
was in the design.  Airplanes commonly take 10 years from first
design to first shipment.  And then are sold for 10 years or so. 
And the planes can fly for up to 30 years after that.   So these
tests need to be written in a computer language that can be run 50
years in the future -- that is a stipulation of the archive
requirement.  There really aren't any alternative languages that I'm
aware of that could meet this criterion -- that's particularly true
today, when there is a sea change from serial to parallel programming
and it's hard to pick a winner with five decades of life ahead of
it...

Does anyone have any candidates?

Steve


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://minnie.tuhs.org/pipermail/tuhs/attachments/20180317/632600a7/attachment.html>


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2018-03-27  1:46 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-23  2:53 [TUHS] long lived programs (was Re: RIP John Backus Doug McIlroy
2018-03-23 18:27 ` Bakul Shah
2018-03-23 20:50   ` [TUHS] long lived programs Steve Johnson
2018-03-23 21:07     ` Clem Cole
  -- strict thread matches above, loose matches on Subject: below --
2018-03-17 22:27 [TUHS] RIP John Backus Steve Johnson
2018-03-22 21:05 ` [TUHS] long lived programs (was " Bakul Shah
2018-03-22 21:35   ` Clem Cole
2018-03-23 19:28     ` Bakul Shah
2018-03-23 19:44       ` Larry McVoy
2018-03-23 21:23       ` Clem Cole
2018-03-23 21:36         ` Warner Losh
2018-03-23 22:02           ` Steve Johnson
2018-03-26 13:43       ` Tim Bradshaw
2018-03-26 16:19         ` Paul Winalski
2018-03-26 16:41           ` Arthur Krewat
2018-03-26 19:53             ` Larry McVoy
2018-03-27  1:08           ` Clem Cole
2018-03-26 19:04         ` Bakul Shah
2018-03-27  1:21         ` Steve Johnson
2018-03-27  1:46           ` Clem Cole
2018-03-23 10:43   ` Tim Bradshaw

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).