About: BLISS

An Entity of Type: language, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

BLISS is a system programming language developed at Carnegie Mellon University (CMU) by W. A. Wulf, D. B. Russell, and A. N. Habermann around 1970. It was perhaps the best known system language until C debuted a few years later. Since then, C became popular and common, and BLISS faded into obscurity. When C was in its infancy, a few projects within Bell Labs debated the merits of BLISS vs. C. The original Carnegie Mellon compiler was notable for its extensive use of optimizations, and formed the basis of the classic book The Design of an Optimizing Compiler.

Property Value
dbo:abstract
  • «بليس» هي لغة برمجة نظام تم تطويرها في جامعة كارنيغي ميلون على يد «و.أ. وولف» و«د.ب. روسيل» و«أ.ن. هاربرمان» حوالي عام 1970. وقد تكون أفضل لغات برمجة النظام في حينه حتى ظهور لغة سي (لغة برمجة)، حيث أصبحت لغة بليش تتلاشى. عندما كانت لغة سي لا تزال وليدة، ناقشت عدة مشاريع في مختبرات بل مزايا بليس مقارنة بلغة سي. بليس هي لغة لا تتطلب إدخال البيانات طباعةً تعتمد على التعابير بدلاً من جمل البيانات، وتتضمن بُنى لمعالجة الاستثناءات والروتينات المساعدة والماكرو. لكنها لا تتضمن جملة "GOTO"يشار إلى أن الاسم BLISS هو مختصر جملة «اللغة الأساسية لتنفيذ برمجات النظام» ("Basic Language for Implementation of System Software")أو لغة تنفيذ برمجية النظام«بالمقلوب (»System Software Implementation Language, Backwards). كانت تسمى سابقاً بـ«لغة بل لتنفيذ برمجيات النظام» على اسم «بل وولف».كان مترجم كارنيجي ميللون الأصلي معروفاً لاستخدامه المكثف لـ«أمثلة المترجم» ولتكوينه أساساً لكتاب «تصميم المترجم الأمثل».طورت ديجيتال إكوبمينت مترجمات BLISS , وتعليمات الميبس وأي إيه-32. لم تشتهر هذه اللغة بين العملاء والقليل منهم كان لديه المترجم. لكن شركة ديجيتال إكوبمينت استخدمته بكثافة في عملها خلال عقد 1980، حيث كتبت معظم برامج الأدوات في نظام تشغيل نظام الذاكرة الافتراضية المفتوح بلغة BLISS-32. بعد أن استحوذت شركة كومباك على ديجيتال إكوبمنت عملت على تطوير مترجم بليس لمعالجات (ar)
  • BLISS ist eine Systemprogrammiersprache, die um 1970 an der Carnegie Mellon University von , und entwickelt wurde. Es war die bekannteste Systemprogrammiersprache, bevor einige Jahre später C aufkam. Von da an wurde C wichtiger als BLISS. In den ersten Jahren der Existenz von C gab es bei den Bell Labs einige Projekte, die BLISS gegenüber C im Vorteil sahen. BLISS ist eine untypisierte blockstrukturierte Programmiersprache, bei der Ausdrücke im Vordergrund stehen und nicht Anweisungen. Sie enthält Konstrukte für Ausnahmebehandlung, Koroutinen und Makros. BLISS bietet keine GOTO-Anweisung an. Der Name BLISS steht für „Basic Language for Implementation of System Software“; manchmal wird die Abkürzung wegen des Autors William Wulf auch als „Bill's Language for Implementing System Software“ interpretiert. Der ursprüngliche Compiler der Carnegie-Mellon-Universität war berühmt wegen seiner weitreichenden Optimierungen und bildete den Hintergrund des Lehrbuchs . Die Digital Equipment Corporation entwickelte und pflegte BLISS-Compiler für die PDP-10, PDP-11, DEC Alpha, , Intel IA-32, Intel IA-64 und VAX und verwendete sie in den 1980er Jahren intensiv hausintern. Die meisten Dienstprogramme für das Betriebssystem VMS waren in BLISS-32 geschrieben. (de)
  • BLISS is a system programming language developed at Carnegie Mellon University (CMU) by W. A. Wulf, D. B. Russell, and A. N. Habermann around 1970. It was perhaps the best known system language until C debuted a few years later. Since then, C became popular and common, and BLISS faded into obscurity. When C was in its infancy, a few projects within Bell Labs debated the merits of BLISS vs. C. BLISS is a typeless block-structured programming language based on expressions rather than statements, and includes constructs for exception handling, coroutines, and macros. It does not include a goto statement. The name is variously said to be short for Basic Language for Implementation of System Software or System Software Implementation Language, Backwards. It was sometimes called "Bill's Language for Implementing System Software", after Bill Wulf. The original Carnegie Mellon compiler was notable for its extensive use of optimizations, and formed the basis of the classic book The Design of an Optimizing Compiler. Digital Equipment Corporation (DEC) developed and maintained BLISS compilers for the PDP-10, PDP-11, VAX, DEC PRISM, MIPS, DEC Alpha, and Intel IA-32, The language did not become popular among customers and few had the compiler, but DEC used it heavily in-house into the 1980s; most of the utility programs for the OpenVMS operating system were written in BLISS-32. The DEC BLISS compiler has been ported to the IA-64 and x86-64 architectures as part of the ports of OpenVMS to these platforms. The x86-64 BLISS compiler uses LLVM as its backend code generator, replacing the proprietary GEM backend used for Alpha and IA-64. (en)
  • BLISS est un langage de bas niveau développé dans les années 1970 à l'université Carnegie-Mellon par , et . Très populaire jusqu'à l'avènement du C, certains hackers des Laboratoires Bell le comparaient encore avec ce dernier pour certains de leurs projets. (fr)
  • BLISS は1970年ごろ、カーネギーメロン大学の W. A. Wolf、D. B. Russel、A. N. Habermann が開発したシステム用プログラミング言語である。数年後にC言語が登場するまでは、システム記述に最も適した言語とされていたが、C言語に取って代わられた。C言語が登場した当初、ベル研究所では BLISS と C のどちらがよいかという議論が行われた。 BLISS はデータ型のないブロック構造方式の言語であり、文ではなく式を基本構成要素とし、例外処理構文、コルーチン構文、マクロなどを備えている。goto文は持たない。 その名称の由来には諸説あり、"Basic Language for Implementation of System Software" の略だとか "System Software Implementation Language, Backwards" の略(書かれている通りに逆転させる)だとか言われている。開発者の Bill Wolf の名前から "Bill's Language for Implementing System Software" とも言われる。 カーネギーメロンで開発されたコンパイラは最適化を多用していることで知られ、その開発を元に古典的著作 The Design of an Optimizing Compiler が生まれた。 DECは、PDP-10、PDP-11、DEC Alpha、Itanium、VAX 向けにBLISSコンパイラを開発しており、1980年代には社内でも多用していた。VMS オペレーティングシステムのユーティリティプログラムの多くは BLISS-32 で書かれていた。 (ja)
  • BLISS é uma linguagem de programação de sistemas desenvolvida na Universidade Carnegie Mellon por , , e por volta do ano 1970. Ela foi talvez a mais conhecida linguagem de programação de sistemas até o surgimento da linguagem C. Desde então, C despontou e BLISS ficou legada ao esquecimento. Quando C foi ainda estava em sua infância, havia ainda debates em alguns projetos, no âmbito dos laboratórios da Bell, a cerca do mérito de BLISS vs C. BLISS é uma linguagem baseada em expressões em vez de declarações, estruturada em blocos, sem tipos e inclui construções de manipulação de exceções, corotinas e macros. Não inclui uma declaração goto. O nome é dito várias vezes para ser uma sigla para "Basic Language for Implementation of System Software" ou "System Software Implementation Language, Backwards". Foi por vezes chamado de "Bill's Language for Implementing System Software", após Bill Wulf. O compilador original feito em Carnegie Mellon foi notável pela sua utilização extensiva de otimizações, e formou a base do clássico livro The Design of an Optimizing Compiler. A DEC desenvolveu e manteve compiladores BLISS para o PDP-10 e PDP-11, DEC Alpha, Intel IA-64 e VAX. A maior parte dos programas utilitários para o sistema operativo VMS foram escritos em BLISS-32. (pt)
dbo:designer
dbo:developer
dbo:influencedBy
dbo:latestReleaseVersion
  • BLISS-64
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 390261 (xsd:integer)
dbo:wikiPageLength
  • 12904 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1112347828 (xsd:integer)
dbo:wikiPageWikiLink
dbp:designer
  • W. A. Wulf, D. B. Russell, A. N. Habermann (en)
dbp:developer
dbp:dialects
  • Common BLISS (en)
dbp:influencedBy
dbp:latestReleaseVersion
  • BLISS-64 (en)
dbp:name
  • BLISS (en)
dbp:operatingSystem
dbp:paradigm
  • Structured, imperative (en)
dbp:platform
dbp:scope
dbp:typing
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • BLISS est un langage de bas niveau développé dans les années 1970 à l'université Carnegie-Mellon par , et . Très populaire jusqu'à l'avènement du C, certains hackers des Laboratoires Bell le comparaient encore avec ce dernier pour certains de leurs projets. (fr)
  • «بليس» هي لغة برمجة نظام تم تطويرها في جامعة كارنيغي ميلون على يد «و.أ. وولف» و«د.ب. روسيل» و«أ.ن. هاربرمان» حوالي عام 1970. وقد تكون أفضل لغات برمجة النظام في حينه حتى ظهور لغة سي (لغة برمجة)، حيث أصبحت لغة بليش تتلاشى. عندما كانت لغة سي لا تزال وليدة، ناقشت عدة مشاريع في مختبرات بل مزايا بليس مقارنة بلغة سي. (ar)
  • BLISS is a system programming language developed at Carnegie Mellon University (CMU) by W. A. Wulf, D. B. Russell, and A. N. Habermann around 1970. It was perhaps the best known system language until C debuted a few years later. Since then, C became popular and common, and BLISS faded into obscurity. When C was in its infancy, a few projects within Bell Labs debated the merits of BLISS vs. C. The original Carnegie Mellon compiler was notable for its extensive use of optimizations, and formed the basis of the classic book The Design of an Optimizing Compiler. (en)
  • BLISS ist eine Systemprogrammiersprache, die um 1970 an der Carnegie Mellon University von , und entwickelt wurde. Es war die bekannteste Systemprogrammiersprache, bevor einige Jahre später C aufkam. Von da an wurde C wichtiger als BLISS. In den ersten Jahren der Existenz von C gab es bei den Bell Labs einige Projekte, die BLISS gegenüber C im Vorteil sahen. BLISS ist eine untypisierte blockstrukturierte Programmiersprache, bei der Ausdrücke im Vordergrund stehen und nicht Anweisungen. Sie enthält Konstrukte für Ausnahmebehandlung, Koroutinen und Makros. BLISS bietet keine GOTO-Anweisung an. (de)
  • BLISS は1970年ごろ、カーネギーメロン大学の W. A. Wolf、D. B. Russel、A. N. Habermann が開発したシステム用プログラミング言語である。数年後にC言語が登場するまでは、システム記述に最も適した言語とされていたが、C言語に取って代わられた。C言語が登場した当初、ベル研究所では BLISS と C のどちらがよいかという議論が行われた。 BLISS はデータ型のないブロック構造方式の言語であり、文ではなく式を基本構成要素とし、例外処理構文、コルーチン構文、マクロなどを備えている。goto文は持たない。 その名称の由来には諸説あり、"Basic Language for Implementation of System Software" の略だとか "System Software Implementation Language, Backwards" の略(書かれている通りに逆転させる)だとか言われている。開発者の Bill Wolf の名前から "Bill's Language for Implementing System Software" とも言われる。 (ja)
  • BLISS é uma linguagem de programação de sistemas desenvolvida na Universidade Carnegie Mellon por , , e por volta do ano 1970. Ela foi talvez a mais conhecida linguagem de programação de sistemas até o surgimento da linguagem C. Desde então, C despontou e BLISS ficou legada ao esquecimento. Quando C foi ainda estava em sua infância, havia ainda debates em alguns projetos, no âmbito dos laboratórios da Bell, a cerca do mérito de BLISS vs C. (pt)
rdfs:label
  • BLISS (en)
  • بليس (لغة برمجة) (ar)
  • BLISS (Programmiersprache) (de)
  • BLISS (langage) (fr)
  • BLISS (ja)
  • BLISS (linguagem de programação) (pt)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
foaf:name
  • BLISS (en)
is dbo:knownFor of
is dbo:wikiPageDisambiguates of
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is dbp:knownFor of
is dbp:programmedIn of
is dbp:programmingLanguage of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License