DEV Community

greengorcer
greengorcer

Posted on

SPVM

SPVM (Static Perl Virtual Machine)

It is technically a language with static type written in Perl.

To me, it is would be a great way to compile Perl string manipulation codes into executables. Looking at the claimed benchmark, 100x efficiency improvement seems possible after the compilation. Considering Perl's runtime efficiency is already pretty high among the dynamic languages, the compiled code would be of great performance while keeping Perl's powerful Regex features.

I have learned C programming in the college time, which is a long while ago. I hope I can contribute to this project in some ways.

Add github Issues as the bug tracker

I found that Mr Szabo has already committed the bug track update to SPVM-Sys.

I found SPVM and SPVM-Regex are using github Issues without updating Makefile.PL files, so I sent pull requests to these repos in github. I hope they work.

Top comments (0)