Y
Hacker News
new
|
ask
|
show
|
jobs
by
0xcde4c3db
2748 days ago
This tool is really built for AOT native code generation. Does Perl have a compiler like that? The ones I've heard of are all some flavor of compiling to bytecode followed by an interpreter or JIT.
1 comments
hoytech
2748 days ago
For perl5 there have been several attempts at AOT native code compilers. For example:
http://rperl.org
link