Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Fourth-generation programming language

From Wikipedia, the free encyclopedia
Group of computer programming languages

Afourth-generation programming language (4GL) is ahigh-levelcomputerprogramming language that belongs to a class of languages envisioned as an advancement uponthird-generation programming languages (3GL). Each of theprogramming language generations aims to provide a higher level ofabstraction of the internalcomputer hardware details, making the language moreprogrammer-friendly, powerful, and versatile. While the definition of 4GL has changed over time, it can be typified by operating more with large collections of information at once rather than focusing on justbits andbytes. Languages claimed to be 4GL may include support fordatabase management,report generation,mathematical optimization,graphical user interface (GUI)development, orweb development. Some researchers state that 4GLs are a subset ofdomain-specific languages.[1][2]

The concept of 4GL was developed from the 1970s through the 1990s, overlapping most of the development of 3GL, with 4GLs identified as "non-procedural" or "program-generating" languages, contrasted with 3GLs being algorithmic or procedural languages. While 3GLs likeC,C++,C#,Java, andJavaScript remain popular for a wide variety of uses, 4GLs as originally defined found uses focused on databases, reports, and websites.[3] Some advanced 3GLs likePython,Ruby, andPerl combine some 4GL abilities within a general-purpose 3GL environment,[4] andlibraries with 4GL-like features have been developed as add-ons for most popular 3GLs, producing languages that are a mix of 3GL and 4GL, blurring the distinction.[5]

In the 1980s and 1990s, there were efforts to developfifth-generation programming languages (5GL).

History

[edit]

Though used earlier in papers and discussions, the term 4GL was first used formally byJames Martin in his 1981 bookApplication Development Without Programmers[6] to refer to non-procedural, high-levelspecification languages. In some primitive way, early 4GLs were included in theInformaticsMARK-IV (1967) product andSperry'sMAPPER (1969 internal use, 1979 release).

The motivations for the '4GL' inception and continued interest are several. The term can apply to a large set of software products. It can also apply to an approach that looks for greatersemantic properties and implementation power. Just as the 3GL offered greater power to the programmer, so too did the 4GL open up the development environment to a wider population.

The early input scheme for the 4GL supported entry of data within the 72-character limit of thepunched card (8 bytes used for sequencing) where a card's tag would identify the type or function. With judicious use of a few cards, the4GL deck could offer a wide variety of processing and reporting capability whereas the equivalent functionality coded in a3GL could subsume, perhaps, a whole box or more ofcards.[7]

The 72-character formatcontinued for a while as hardware progressed to larger memory and terminal interfaces. Even with its limitations, this approach supported highly sophisticated applications.

As interfaces improved and allowed longer statement lengths and grammar-driven input handling, greater power ensued. An example of this is described on theNomad page.

Another example of Nomad's power is illustrated by Nicholas Rawlings in his comments for the Computer History Museum about NCSS (see citation below). He reports thatJames Martin asked Rawlings for a Nomad solution to a standard problem Martin called theEngineer's Problem: "give 6% raises to engineers whose job ratings had an average of 7 or better." Martin provided a "dozen pages of COBOL, and then just a page or two ofMark IV, fromInformatics." Rawlings offered the following single statement, performing a set-at-a-time operation...

The development of the 4GL was influenced by several factors, with the hardware and operating system constraints having a large weight. When the 4GL was first introduced, a disparate mix of hardware and operating systems mandated custom application development support that was specific to the system in order to ensure sales. One example is theMAPPER system developed bySperry. Though it has roots back to the beginning, the system has proven successful in many applications and has been ported to modern platforms. The latest variant is embedded in the BIS[8] offering ofUnisys.MARK-IV is now known as VISION:BUILDER and is offered byComputer Associates.

The Santa Fe railroad usedMAPPER to develop a system in a project that was an early example of 4GL,rapid prototyping, andprogramming by users.[9] The idea was that it was easier to teach railroad experts to useMAPPER than to teach programmers the "intricacies of railroad operations".[10]

One of the early (and portable) languages that had 4GL properties wasRAMIS developed by Gerald C. Cohen atMathematica, a mathematical software company. Cohen left Mathematica and founded Information Builders to create a similar reporting-oriented 4GL, calledFOCUS.

Later 4GL types are tied to a database system and are far different from the earlier types in their use of techniques and resources that have resulted from the general improvement of computing with time.

An interesting twist to the 4GL scene is realization that graphical interfaces and therelated reasoning done by the user form a 'language' that is poorly understood.

Types

[edit]

A number of different types of 4GLs exist:

  • Table-driven (codeless) programming, usually running with a runtime framework and libraries. Instead of using code, the developer defines their logic by selecting an operation in a pre-defined list of memory or data table manipulation commands. In other words, instead of coding, the developer uses table-driven algorithm programming (see alsocontrol tables that can be used for this purpose). These types of tools can be used for business application development usually consisting in a package allowing for both business data manipulation and reporting, therefore they come with GUI screens and report editors. They usually offer integration with one or more lower leveldynamic-link library (DLL), generated from a typical 3GL for when the need arises for more hardware/OS specific operations.
  • Report generator programming languages take a description of the data format and the report to generate and from that they either generate the required report directly or they generate a program to generate the report (see alsoRPG).
  • Similarly,screen generators (also called forms generators) manage online interactions with the application system users or generate programs to do so.
  • More ambitious 4GLs (sometimes termedfourth generation environments) attempt to automatically generate whole systems from the outputs ofcomputer-aided software engineering (CASE) tools, specifications of screens and reports, and possibly also the specification of some additional processing logic.
  • Data management 4GLs such asSAS,SPSS, andStata provide sophisticated codingcommands for data manipulation, file reshaping, case selection, and data documentation in the preparation of data forstatistical analysis and reporting.
  • So-called "XTalk" languages, developed initially with Apple's Hypercard in 1987. Hypercard was the progenitor of more modern and powerful programs such as SuperCard, Toolbook and LiveCode.

Some 4GLs have integrated tools that allow for the easy specification of all the required information:

Low code environments

[edit]

In the twenty-first century, 4GL systems have emerged as"low code" environments or platforms for the problem of rapid application development in short periods of time. Vendors often provide sample systems such as CRM, contract management, bug tracking from which development can occur with little programming.[11]

Examples

[edit]

General use / versatile

[edit]

Databasequery languages

[edit]

Report generators

[edit]

Extract data from files or database to create reports in a wide range of formats is done by the report generator tools.

Data manipulation, analysis, and reporting languages

[edit]

Software creators

[edit]

Mathematical optimization

[edit]

Database-driven GUI application development

[edit]

Low-code / No-code development platforms

[edit]

Source:[12][13]

Screen painters and generators

[edit]

Web development languages

[edit]

Music Programming language

[edit]

See also

[edit]

References

[edit]
  1. ^35th Hawaii International Conference on System Sciences - 1002Domain-Specific Languages for Software EngineeringArchived May 16, 2011, at theWayback Machine
  2. ^Arie van Deursen; Paul Klint; Joost Visser (1998)."Domain-Specific witness Languages:An Annotated Bibliography". Archived fromthe original on 2009-02-02. Retrieved2009-03-15.
  3. ^MacDonell, Stephen (November 1993). "Software development, CASE tools and 4GLs—A survey of New Zealand usage. Part 1".750 New Zealand organisations.hdl:10523/928.
  4. ^"Roger Clarke's Software Generations".
  5. ^"Definition of fourth-generation language".PCMAG. Retrieved7 May 2020.
  6. ^Martin, James.Application Development Without Programmers. Prentice-Hall, 1981.ISBN 0-13-038943-9.
  7. ^"IBM Punch Cards".www.columbia.edu. Archived fromthe original on 2019-02-16. Retrieved2019-02-03.
  8. ^"Data Mining Software, Data Analysis, and More: Unisys Business Information Server Features".Unisys. 2006-08-21. Archived fromthe original on 2006-08-21. Retrieved2019-02-03.
  9. ^Louis Schlueter (1988).User-Designed Computing: The Next Generation. [book on report generator and MAPPER systems]
  10. ^Barbara Canning McNurlin; Ralph H. Sprague (2004). "Ch. 9".Information Systems Management in Practice(PDF). Pearson/Prentice Hall.ISBN 978-0-13-101139-7.[permanent dead link]
  11. ^Forrest, Conner."How Salesforce is using low-code orchestration to save 'floundering IoT projects'".ZDNet.
  12. ^Marvin, Rob (August 10, 2018)."The Best Low-Code Development Platforms for 2019".PCMAG.
  13. ^Sayer, Martin Heller and Peter (6 April 2018)."25 simple tools for building mobile apps fast".InfoWorld. Archived fromthe original on 18 November 2017. Retrieved17 November 2017.
  14. ^"DronaHQ. Build apps without coding".www.dronahq.com. Archived fromthe original on 2019-08-09. Retrieved2019-09-11.
Level
Generation
Authority control databases: NationalEdit this at Wikidata
Retrieved from "https://en.wikipedia.org/w/index.php?title=Fourth-generation_programming_language&oldid=1300134760"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp