Top "Runtime-compilation" questions

Use this tag for questions related to Runtime Compilation, i.e. the compilation of a program during Runtime.

Compile and run dynamic code, without generating EXE?

I was wondering if it was possible to compile, and run stored code, without generating an exe or any type …

c# runtime-compilation
Is there any way to compile additional code at runtime in C or C++?

Here is what I want to do: Run a program and initialize some data structures. Then compile additional code that …

c++ c linux gcc runtime-compilation
On-the-fly, in-memory java code compilation for Java 5 and Java 6

How can I compile java code from an arbitrary string (in memory) in Java 5 and Java 6, load it and run …

java compiler-construction runtime compilation runtime-compilation
Compile Groovy class at runtime in Java

I am successfully able to compile Groovy in Java at runtime and store it in a database and pull it …

java groovy runtime-compilation