Hubbry Logo
search button
Sign in
Compiled language
Compiled language
Comunity Hub
History
arrow-down
starMore
arrow-down
bob

Bob

Have a question related to this hub?

bob

Alice

Got something to say related to this hub?
Share it here.

#general is a chat channel to discuss anything related to the hub.
Hubbry Logo
search button
Sign in
Compiled language
Community hub for the Wikipedia article
logoWikipedian hub
Welcome to the community hub built on top of the Compiled language Wikipedia article. Here, you can discuss, collect, and organize anything related to Compiled language. The purpose of the hub is to conne...
Add your contribution
Compiled language

Informally, a compiled language is a programming language that is usually implemented with a compiler rather than an interpreter. Because any language can be either compiled or interpreted, the term lacks clarity: compilation and interpretation are properties of a programming 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) and then interpreted.[2] In other environments, a just-in-time compiler selectively compiles some code at runtime, blurring the distinction further.

See also

[edit]
  • ANTLR – Parser generator program
  • Flex – UNIX program for lexical analysis
  • GNU bison – Yacc-compatible parser generator program
  • 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. Retrieved 2025-04-22.
[edit]