Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Compiled language

From Wikipedia, the free encyclopedia
Programming language that is typically compiled

Informally, acompiled language is aprogramming language that is usually implemented with acompiler rather than aninterpreter. Because any language can theoretically be either compiled or interpreted, the term lacks clarity: compilation and interpretation are properties of aprogramming language implementation, not of a programming language. Some languages have both compilers and interpreters.[1] Furthermore, a single implementation can involve both a compiler and an interpreter. For example, in some environments, source code is first compiled to an intermediate form (e.g.,bytecode), which is then interpreted by anapplication virtual machine.[2] In other environments, ajust-in-time compiler selectively compiles some code atruntime, blurring the distinction further.

See also

[edit]
  • ANTLR – Parser generator program
  • Flex – UNIX program for lexical analysisPages displaying short descriptions of redirect targets
  • GNU bison – Yacc-compatible parser generator programPages displaying short descriptions of redirect targets
  • Lex – Lexical analyzer generator
  • List of compiled languages
  • Interpreter (computing) – Software that executes encoded logic
  • Scripting language – Programming language designed for scripting
  • Yacc – Parser generator

References

[edit]
  1. ^Ullah, Asmat."Features and Characteristics of Compiled Languages".www.sqa.org.uk.
  2. ^"Byte Code in Java".GeeksforGeeks. 2021-10-16. Retrieved2025-04-22.

External links

[edit]
Level
Generation


Stub icon

Thisprogramming-language-related article is astub. You can help Wikipedia byexpanding it.

Retrieved from "https://en.wikipedia.org/w/index.php?title=Compiled_language&oldid=1318257683"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp