„BLISS (Programmiersprache)“ – Versionsunterschied

[ungesichtete Version][ungesichtete Version]
Inhalt gelöscht Inhalt hinzugefügt
Atlant (Diskussion | Beiträge)
Revert dubious, uncommented change by an anyonymous editor. Feel free to reinsert with some citation.
typo fix
Zeile 1:
[[no:BLISS]]
 
'''BLISS''' is a [[system programming language]] developed at [[Carnegie-Mellon]] by [[W. A. Wulf]], [[D. B. Russell]], and [[A. N. Habermann]] around [[1970]]. It was the perhaps the best known systems programming language right up until [[C programming language|C]] made its debut a few years later. Since then, C took off and BLISS faded into obscurity. (When C was in its infancy, a few projects within [[Bell Labs]] were debating the merits of BLISS vs. C.)
 
BLISS is a typeless block-structured language based on expressions rather than statements, and includes constructs for [[exception handling]], [[coroutine]]s, and [[macro]]s. It does not include a [[goto]] statement.