Skip to main content

1983 | OriginalPaper | Buchkapitel

Input-Output

verfasst von : Ellis Horowitz

Erschienen in: Fundamentals of Programming Languages

Verlag: Springer Berlin Heidelberg

Aktivieren Sie unsere intelligente Suche, um passende Fachinhalte oder Patente zu finden.

search-config
loading …

Of all of the aspects of language design, input-output (or i/o) is regarded as the most distasteful. One reason for this is likely that it is impossible to make the design of this part of a language entirely independent of the computer’s characteristics. Some language designers have gone so far as to put their collective heads in the sand and not define input-output at all. The ALGOL60 team was an early sinner in this regard, and more recently the Euclid design group has done the same. But most language designers have faced up to the fact that it is better to design as much of the i/o in a machine independent manner, than to have the entire facility patched on by the language implementors.

Metadaten
Titel
Input-Output
verfasst von
Ellis Horowitz
Copyright-Jahr
1983
Verlag
Springer Berlin Heidelberg
DOI
https://doi.org/10.1007/978-3-642-96729-0_11