in reply to Re^3: I wrote an expression parser for PPI
in thread I wrote an expression parser for PPI
Ah yes, you are of course correct about eval. I will have to think about it. So it'll need a Perl process with a transpiler for evals, that will be slow. (I was planning to cache compiled Perl libraries that are use:d/require:d, it is high on the todo list.)
I remember that Perl-in-the-browser Webassembly from before... Fun, but specialized.
I remember Perlito, a subset so no CPAN modules? But I missed news about his PerlOnJava. That was cool! It is done by a real compiler guy. And he has done probably a work year more than me (I am just doing autovivification). But his JVM target is really ambitious, while I selected the easiest target possible (with PCRE etc). I hope he gets it to production ready.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: I wrote an expression parser for PPI
by LanX (Saint) on Jan 08, 2026 at 22:04 UTC | |
by BerntB (Deacon) on Jan 09, 2026 at 07:15 UTC | |
by LanX (Saint) on Jan 09, 2026 at 20:59 UTC | |
by BerntB (Deacon) on Jan 11, 2026 at 11:24 UTC | |
by LanX (Saint) on Jan 11, 2026 at 13:58 UTC | |
|