PL/I is an imperative computer programming language designed for scientific, engineering, and business applications. It has been used by various academic, commercial and industrial users since it was introduced in the early 1960s, and is still actively used as of 2008. PL/I's principal domain is data processing; it supports recursion and structured programming.

PropertyValue
dbpprop:abstract
  • PL/I is an imperative computer programming language designed for scientific, engineering, and business applications. It has been used by various academic, commercial and industrial users since it was introduced in the early 1960s, and is still actively used as of 2008. PL/I's principal domain is data processing; it supports recursion and structured programming. The language syntax is English-like and suited for describing complex data formats, with a wide set of functions available to verify and manipulate them.
  • Programming Language One, oft als PL/I (auch PL/1, PL1 oder PLI) abgekürzt ist eine Programmiersprache, die in den 1960er-Jahren von IBM entwickelt wurde. Die Bezeichnung PL/1 ist vor allem in Deutschland gebräuchlich.
  • PL/1, acrònim de Programming Language 1 (Lllenguatge de Programació 1), fou proposat per IBM cap al 1970 per respondre simultàniament a les necessitats de les aplicacions científiques i comercials, disponible en les novedoses plataformes d'utilitat general IBM S/360 i mes endavant IBM 370. Aquest llenguatge tenia moltes de les característiques que mes endavant adoptaria el llenguatge C i algunes de C++. Per desgracia, IBM registrà el nom del llenguatge com una forma de mantenir el control sobre el seu desenvolupament, fet que va dissuadir a altres empreses a donar aquest nom a les seves implementacions. No sent possible trobar un únic llenguatge per diverses plataformes, els usuaris potencials del llenguatge van preferir no adoptar-lo a pesar de les seves múltiples innovacions, que incorporava multiprocesament, recursivitat, estructures de control modernes, facilitats per la posada a punt, assignació dinàmica d'espai per estructures de dades, procediments genèrics, etc. Tot i això, dins dels usuaris de IBM, el llenguatge s'utilitzà amb força intensitat, i el projecte Multics utilitzà PL/1 com a llenguatge de desenvolupament pel seu sistema d'operació. PL/1 fou probablement el primer llenguatge comercial amb el compilador escrit en el mateix llenguatge que compilava.
  • PL/I (anglická výslovnost /piːˌɛlˈwʌn/, v překladu „Programovací jazyk jedna“) je v informatice imperativní programovací jazyk navržený pro vědecké, technické a obchodní aplikace. Jedná se o jeden z prvních vyšších programovacích jazyků, který byl použit v různých akademických, obchodních a průmyslových odvětvích. Byl vytvořen v 60. letech 20. století a je stále aktivně používán. Hlavní doménou programovacího jazyka PL/1 je zpracování dat, podpora rekurze a strukturovaného programování. Syntaxe jazyka je podobná angličtině, což je vhodné pro popisování složitých datových struktur a disponuje širokou škálou funkcí pro jejich kontrolu a zpracovaní. Programovací jazyk PL/1 je některými programátory nazýván jako zlomový, protože díky své komplexnosti dovoluje programátorům dělat téměř cokoliv, což však může přinášet více problémů, než výsledného užitku.
  • PL/1, acrónimo de Programming Language 1 (Lenguaje de Programación 1), fue propuesto por IBM hacia 1970 para responder simultáneamente a las necesidades de las aplicaciones científicas y comerciales, disponible en las novedosas plataformas de utilidad general IBM 360 y más adelante IBM 370. Este lenguaje tenía muchas de las características que más adelante adoptaría el lenguaje C y algunas de C++. Por desgracia, IBM registra el nombre del lenguaje como forma de mantener control sobre su desarrollo, lo que disuadió a otras empresas de dar ese nombre a sus implementaciones. No siendo posible encontrar un único lenguaje para diversas plataformas, los potenciales usuarios del lenguaje prefirieron no adoptarlo a pesar de sus múltiples innovaciones, que incluían multiprocesamiento, recursión, estructuras de control modernas, facilidades para la puesta a punto, asignación dinámica de espacio para estructuras de datos, procedimientos genéricos, etc. Sin embargo, dentro de los usuarios de IBM, el lenguaje se utilizó con bastante intensidad, y el proyecto Multics utilizó PL/1 como lenguaje de desarrollo para su sistema de operación. PL/1 fue probablemente el primer lenguaje comercial cuyo compilador estaba escrito en el lenguaje que compilaba.
  • Le PL/I ou PL/1 (Programming Language number 1) est un langage de programmation développé par IBM dans les années 1960. Son objectif était d'être universel et de pouvoir remplacer indifféremment les langages à destination scientifique, tels que FORTRAN et ALGOL, et le langage COBOL, plus adapté aux problèmes de comptabilité et de gestion. Il permettait même l'accès à des fonctions autrefois réservées à la programmation système, comme la gestion de zones dynamiques de mémoire allouées à la demande (et non simplement à l'entrée dans un bloc) et de pointeurs. Son objectif était de devenir le langage privilégié de programmation des ordinateurs universels IBM 360 et 370. Sa syntaxe reprenait des idées de COBOL (structures, calcul en mode décimal), et d'ALGOL (structure de blocs imbriqués). Toutefois, les programmeurs de ces deux langages ne communiquaient guère entre eux à l'époque, et chacun jugeait inutile et encombrant ce qui avait été inclus pour l'autre - et vice versa. Son compilateur nécessitait également des machines importantes, et ne comportait au départ ni optimiseur, ni compilateur incrémental (le PL/I Optimizing compiler et le PL/I Checkout compiler ne viendront que plus tard). Ce langage avait beaucoup des caractéristiques de ce qui sera plus tard le C, et même déjà certaines du C++. Malheureusement, IBM déposa les noms PL/1 à PL/100 pour éviter de perdre le contrôle des spécifications du langage. Un effet non prévu de cette décision fut de dissuader la concurrence de nommer « PL/I » ses propres implémentations, qui prirent des noms voisins : « SL/1 », « CPL/1 », « PL/M », « PL/C »... Devant la multitude de ces appellations, la crainte d'une balkanisation du langage (et des frais de migration associés en cas de changement de constructeur) dissuada les équipes informatiques d'y migrer. Le lancement du langage, malgré ses qualités (gestion simple du multitasking, récursivité, structures de blocs, facilités de debugging et de profilage, allocation dynamique dans des pools de mémoire eux-mêmes dynamiques, procédures génériques analogues aux templates de C++) ne rencontra donc pas le vif succès attendu.
  • PL/I, (Programming Language One) è un linguaggio di programmazione progettato nel 1964 per lo sviluppo di applicazioni scientifiche, ingegneristiche o commerciali (il suo principale campo di applicazione è il data processing). La sintassi del linguaggio rispecchia quella della lingua inglese ed è pensata per poter descrivere e manipolare strutture dati complesse, il PL/I possiede infatti un corredo molto ampio di funzioni: i compilatori PL/I sono spesso dei sub-set del linguaggio, indirizzati a specifici settori applicativi. Il PL/I supporta la ricorsione e la programmazione strutturata.
  • PL/I(ピーエルワン、Programming Language One)は、汎用プログラミング言語の一つ。IBMによって開発された。
  • PL/1 of PL/I, de afkorting van Programming Language 1, is een programmeertaal die door IBM is ontworpen en wordt ondersteund op haar mainframes. Het was de bedoeling om COBOL uit de zakenwereld en FORTRAN uit de wetenschappelijke wereld samen te brengen. Intern gebruikt(e) IBM een aanverwante taal (PL/S) voor het ontwikkelen van haar mainframe-systeemsoftware. De scripttaal Rexx heeft een aan PL/1 verwante syntaxis, maar zonder de strikte datatypes die PL/1 wel heeft.
  • PL/I (ang. Programming Language One - Język programowania jeden) to język programowania komputerowego stworzony w początku lat 60. XX wieku dla celów naukowych, inżynieryjnych i biznesowych przez konsorcjum skupione wokół firmy IBM. Jego cechą charakterystyczną jest bogaty zbiór funkcji wbudowanych. Prawdopodobnie nie istnieje kompilator PL/I, który uwzględniałby wszystkie słowa kluczowe tego języka. W związku z bogactwem PL/I kompilatory z reguły specjalizują się w określonych dziedzinach zastosowań. Podstawowym zastosowaniem PL/I jest przetwarzanie informacji. Język PL/I pozwala wykorzystywać rekursję i programowanie strukturalne
  • PL/I (alternativamente PL/1, lê-se pê-ele-um) significa Programming Language One e é uma linguagem de programação desenvolvida pela IBM em meados de 1960. A previsão da IBM era que a linguagem fosse utilizada em ciências, inteligência artificial e negócios. Por um período de tempo foi a principal linguagem ensinada na Universidade de Michigan Dearborn. Entretanto, a popularidade declinou nos anos recentes, devido à introdução de línguagens de programação mais modernas voltadas para o ambiente Mainframe. Sua principal funcão é o processamento/manipulação de dados; suporta recursão e alocação dinâmica.
  • ПЛ/1 (PL/I, Programming Language I — «Язык программирования номер один», в русском языке произносится «пиэ́ль оди́н») — разработанный в 1964 году язык программирования, созданный для научных, инженерных и бизнес-ориентированных вычислений. Он содержит такой широкий набор синтаксических конструкций и встроенных функций, что, вероятно, не существует ни одного компилятора, поддерживающего все возможности языка ПЛ/1. ПЛ/1 поддерживает рекурсию и структурное программирование, и его основная область применения — обработка данных.
  • PL/1 är utvecklat av IBM och blev en produkt i mitten av 1960-talet och fick från början namnet NPL (New Programming Language). NPL ändrades snart till PL/1 och betyder Programming Language 1. PL/1 användes mest för vetenskapliga tillämpningar men kom även att användas för vissa affärstillämpningar. Språket är procedurorienterat, med namnrymder, innehåller grundläggande logiska element som IF THEN-ELSE, DO WHILE, DO UNTIL, SELECT, satsblock (DO-END) och viss avbrottshantering (t. ex. ON ERROR), samt eget makrospråk. Dess styrka mot till exempel COBOL var att PL/1 implementerade avancerad text- och stränghantering samt logiska bitoperatorer. Karakteristiskt för PL/1-språket är dess mycket omfattande grammatik med stor mängd tillval. På 1980-talet lanserades PL/1 även i en förenklad variant PL/80 för mikrodatorer. Exempel på "Hello World" i PL/1: HELLO: PROCEDURE OPTIONS (MAIN); / * A PROGRAM TO OUTPUT HELLO WORLD * / FLAG = 0; LOOP: DO WHILE (FLAG = 0); PUT SKIP DATA(HELLO WORLD!); END LOOP; END HELLO;
  • PL/I,是Programming Language One的简写。当中的“I”其实是罗马数字的“一”。它是一种IBM公司在1950年代发明的第三代高级编程语言,用于IBM的MVS、或迪吉多的VAX/VMS等操作系统中。 在系统软件,图像,仿真,文字处理,网络,商业软件等领域均可应用。 有些类似PASCAL语言。
dbpprop:designer
dbpprop:developer
dbpprop:dialects
dbpprop:hasPhotoCollection
dbpprop:influenced
dbpprop:influencedBy
dbpprop:lc
  • on
dbpprop:name
  • PL/I
dbpprop:paradigm
dbpprop:reference
dbpprop:wikiPageUsesTemplate
dbpprop:wordnet_type
dbpprop:year
  • 1964 (xsd:integer)
rdfs:comment
  • PL/I is an imperative computer programming language designed for scientific, engineering, and business applications. It has been used by various academic, commercial and industrial users since it was introduced in the early 1960s, and is still actively used as of 2008. PL/I's principal domain is data processing; it supports recursion and structured programming.
  • Programming Language One, oft als PL/I (auch PL/1, PL1 oder PLI) abgekürzt ist eine Programmiersprache, die in den 1960er-Jahren von IBM entwickelt wurde. Die Bezeichnung PL/1 ist vor allem in Deutschland gebräuchlich.
  • PL/1, acrònim de Programming Language 1 (Lllenguatge de Programació 1), fou proposat per IBM cap al 1970 per respondre simultàniament a les necessitats de les aplicacions científiques i comercials, disponible en les novedoses plataformes d'utilitat general IBM S/360 i mes endavant IBM 370. Aquest llenguatge tenia moltes de les característiques que mes endavant adoptaria el llenguatge C i algunes de C++.
  • PL/I (anglická výslovnost /piːˌɛlˈwʌn/, v překladu „Programovací jazyk jedna“) je v informatice imperativní programovací jazyk navržený pro vědecké, technické a obchodní aplikace. Jedná se o jeden z prvních vyšších programovacích jazyků, který byl použit v různých akademických, obchodních a průmyslových odvětvích. Byl vytvořen v 60. letech 20. století a je stále aktivně používán.
  • PL/1, acrónimo de Programming Language 1 (Lenguaje de Programación 1), fue propuesto por IBM hacia 1970 para responder simultáneamente a las necesidades de las aplicaciones científicas y comerciales, disponible en las novedosas plataformas de utilidad general IBM 360 y más adelante IBM 370. Este lenguaje tenía muchas de las características que más adelante adoptaría el lenguaje C y algunas de C++.
  • Le PL/I ou PL/1 (Programming Language number 1) est un langage de programmation développé par IBM dans les années 1960. Son objectif était d'être universel et de pouvoir remplacer indifféremment les langages à destination scientifique, tels que FORTRAN et ALGOL, et le langage COBOL, plus adapté aux problèmes de comptabilité et de gestion.
  • PL/I, (Programming Language One) è un linguaggio di programmazione progettato nel 1964 per lo sviluppo di applicazioni scientifiche, ingegneristiche o commerciali (il suo principale campo di applicazione è il data processing).
  • PL/I(ピーエルワン、Programming Language One)は、汎用プログラミング言語の一つ。IBMによって開発された。
  • PL/1 of PL/I, de afkorting van Programming Language 1, is een programmeertaal die door IBM is ontworpen en wordt ondersteund op haar mainframes. Het was de bedoeling om COBOL uit de zakenwereld en FORTRAN uit de wetenschappelijke wereld samen te brengen. Intern gebruikt(e) IBM een aanverwante taal (PL/S) voor het ontwikkelen van haar mainframe-systeemsoftware. De scripttaal Rexx heeft een aan PL/1 verwante syntaxis, maar zonder de strikte datatypes die PL/1 wel heeft.
  • PL/I (ang. Programming Language One - Język programowania jeden) to język programowania komputerowego stworzony w początku lat 60. XX wieku dla celów naukowych, inżynieryjnych i biznesowych przez konsorcjum skupione wokół firmy IBM. Jego cechą charakterystyczną jest bogaty zbiór funkcji wbudowanych. Prawdopodobnie nie istnieje kompilator PL/I, który uwzględniałby wszystkie słowa kluczowe tego języka.
  • PL/I (alternativamente PL/1, lê-se pê-ele-um) significa Programming Language One e é uma linguagem de programação desenvolvida pela IBM em meados de 1960. A previsão da IBM era que a linguagem fosse utilizada em ciências, inteligência artificial e negócios. Por um período de tempo foi a principal linguagem ensinada na Universidade de Michigan Dearborn.
  • ПЛ/1 (PL/I, Programming Language I — «Язык программирования номер один», в русском языке произносится «пиэ́ль оди́н») — разработанный в 1964 году язык программирования, созданный для научных, инженерных и бизнес-ориентированных вычислений.
  • PL/1 är utvecklat av IBM och blev en produkt i mitten av 1960-talet och fick från början namnet NPL (New Programming Language). NPL ändrades snart till PL/1 och betyder Programming Language 1. PL/1 användes mest för vetenskapliga tillämpningar men kom även att användas för vissa affärstillämpningar.
  • PL/I,是Programming Language One的简写。当中的“I”其实是罗马数字的“一”。它是一种IBM公司在1950年代发明的第三代高级编程语言,用于IBM的MVS、或迪吉多的VAX/VMS等操作系统中。 在系统软件,图像,仿真,文字处理,网络,商业软件等领域均可应用。 有些类似PASCAL语言。
rdfs:label
  • PL/I
  • PL/I
  • PL/I
  • PL/1
  • PL/1
  • PL/I
  • PL/I
  • PL/I
  • PL/1
  • PL/I
  • PL/I
  • ПЛ/1
  • PL/1
  • PL/I
owl:sameAs
skos:subject
foaf:page
is dbpprop:disambiguates of
is dbpprop:influenced of
is dbpprop:influencedBy of
is dbpprop:progLanguage of
is dbpprop:redirect of