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.

AWS Q Developer image

Your AI Code Assistant

Automate your code reviews. Catch bugs before your coworkers. Fix security issues in your code. Built to handle large projects, Amazon Q Developer works alongside you from idea to production code.

Get started free in your IDE

Top comments (0)

Postmark Image

Speedy emails, satisfied customers

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay