in reply to Re^2: A Perl interpreter written in Perl?
in thread A Perl interpreter written in Perl?
Not to mention the whole thing would probably be awfully slow. And it would probably be a compromise anyway, if the plan is to reach full Perl compatibility. I mean, how would you load C-Libraries, for example? You can either do that in the underlying Perl binary, or you start including a whole C/C++/machine code interpreter...
A limited/reduced/simplified Perl interpreter certainly has its use cases. But if you need a full-blown Perl installed to run it, that somewhat defeats the point.
Now, a somewhat reduced and limited Perl written in JavaScript, that could be damn useful for web development.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: A Perl interpreter written in Perl?
by hippo (Archbishop) on Apr 18, 2025 at 15:30 UTC | |
Re^4: A Perl interpreter written in Perl?
by LanX (Saint) on Apr 18, 2025 at 21:16 UTC |