Current results of few days of reading LLVM docs/tutorials and one day of hacking.
Basically we can create something like:
int foo() {
printf("Hello World\n");
return 42;
}
In run-time. With LLVM. JIT in parrot is getting closer :)
There is full code:
(
Read more... )