Perl's SPVM is similar to Python's Cython.

yukikimoto

Yuki Kimoto

Posted on March 30, 2021

Perl's SPVM is similar to Python's Cython.

I thought about how to explain SPVM to people who don't know yet.

Perl's SPVM is similar to Python's Cython.

Both is

・C language transpiler
・This is converted to machine code
・Perl can call SPVM subroutine, Python call Cython function.

I would appreciate it if you could remove the prejudice against Perl and make a fair comparison.

Enjoy!

💖 💪 🙅 🚩
yukikimoto
Yuki Kimoto

Posted on March 30, 2021

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related