About 152,000 results
Open links in new tab
  1. programming languages - What really is the "runtime environment ...

    Dec 7, 2015 · The standard runtime libraries were the precursor of runtime environments, but things were not really there yet, because back in the days of C the Unix operating system was mostly …

  2. what does "runtime" mean in programming/software engineering?

    Oct 31, 2024 · Similarly, "the runtime environment" would often be interpreted to mean the currently active configuration, especially, environment variables. You would never say "the runtime system" to …

  3. How does the Python Runtime actually work?

    Mar 20, 2016 · And how does this relate to the Python runtime system and/or library? All but the very simplest languages come with a set of predefined functions that are important to a large percentage …

  4. What is the difference between APIs, Libraries, Runtime systems, and ...

    Feb 25, 2012 · Finally, it can be used to refer to an entire execution environment, as in ".NET Framework" which includes the CLR and the class library. "Runtime system" is typically used to refer …

  5. What does it mean, "Php doesn't have its own runtime"?

    Feb 18, 2018 · Speaking of php. It doesn't really have its own runtime in compare to python, ruby or go. Php is jsut a text preprocessor. What exactly does it mean by, Php doesn't have runtime?

  6. What are Web runtime environments and programming languages

    Dec 20, 2012 · Web runtime environments - A Run-time environment implements part of the core behaviour of any computer language and allows it to be modified via an API or embedded domain …

  7. java - How can an interpreter run code without translating into …

    May 11, 2024 · A runtime environment that includes the interpreted language's built-in functions and modules for doing math, I/O, etc. The core of an interpreter is basically just a giant for loop that …

  8. C++ Runtime and runtime-linking - Software Engineering Stack Exchange

    You seem to be confused because “runtime” is both a noun and an adjective. Your question asks about the three distinct concepts of the “run-time environment”, the “language runtime”, and “run-time …

  9. I need a JavaScript runtime environment [closed]

    I'm reading books on JavaScript programming, and I need an environment like Python's IDLE to type JavaScript commands into and then see the results like you would in IDLE. Is there an environment ...

  10. Java and PHP compiled vs Interpreted and runtime environment?

    Is that correct? Runtime Environment:- Java :- Program can be executed wherever JRE/JVM is installed. No explicit web server is required. PHP :- We need the web server (containing PHP engine) like …