Word Explorer

Runtime library

💡 Words with a Similar Meaning to "Runtime library"

Found via reverse dictionary — words that share a conceptual meaning.

WordDefinition
runtime systemIn computer programming, a runtime system or runtime environment is a sub-system that exists in the computer where a program is created, as well as in the computers where the program is intended to be run.
static libraryIn computer science, a static library or statically linked library is a set of routines, external functions and variables which are resolved in a caller at compile-time and copied into a target application by a compiler, linker, or binder, producing an object file and a stand-alone executable.
dynamic linkerIn computing, a dynamic linker is the part of an operating system that loads and links the shared libraries needed by an executable when it is executed (at "run time"), by copying the content of libraries from persistent storage to RAM, filling jump tables and relocating pointers.
history of compiler constructionIn computing, a compiler is a computer program that transforms source code written in a programming language or computer language (the source language), into another computer language (the target language, often having a binary form known as object code or machine code).
intrinsic functionIn computer software, in compiler theory, an intrinsic function, also called built-in function or builtin function, is a function (subroutine) available for use in a given programming language whose implementation is handled specially by the compiler.
metaprogramnoun(programming) A computer program that writes or manipulates other programs as data, or does the work at runtime that would otherwise be done at compile time.
librarynounAn institution which holds books and/or other forms of media for use by the public or qualified people often lending them out, as well as providing various other services for its users.
dynamic loadinga mechanism by which a computer program can, at run time, load a library (or other binary) into memory, retrieve the addresses of functions and variables contained in the library, execute those functions or access those variables, and unload the library from memory.
compilernoun(software) A computer program that transforms source code into object code.
metaprogrammingnoun(programming) The writing of computer programs that write or manipulate other programs or themselves as their data, or that perform operations at runtime that would typically be done at compile time.
compiler-compilerIn computer science, a compiler-compiler or compiler generator is a programming tool that creates a parser, interpreter, or compiler from some form of formal description of a programming language and machine.
programming languagenoun(programming) A code of reserved words and symbols used in computer programs, which give instructions to the computer on how to accomplish certain computing tasks.
extensible programmingIn computer science, extensible programming is a style of computer programming that focuses on mechanisms to extend the programming language, compiler, and runtime system (environment).
software frameworknoun(computing) an abstraction used in software development to provide generic functionality for application-specific software.
executable codenoun(computing) Instructions for a computer in a form the computer can directly use (i.e. which it can execute). Derived from source code by compiling or assembling and linking.
machine codenoun(computer science) A system of instructions and data directly understandable by a computer's central processing unit.
java class librarya set of dynamically loadable libraries that Java Virtual Machine languages can call at run time.
high-level languagenoun(programming) A programming language requiring a compiler to translate it into a form that a particular machine understands, focusing on user-friendly code development by automating core tasks such as accessing memory.
compiled languageA compiled language is a programming language for which source code is typically compiled; not interpreted.
application frameworkIn computer programming, an application framework consists of a software framework used by software developers to implement the standard structure of application software.

Translate “Runtime library” into Another Language

Pick a language — the word will be pre-filled in the translator.

Home/Dictionary/Runtime library