DEV Community

RyunosukeMurakami
RyunosukeMurakami

Posted on

Trying SPVM

Hi! I'm japanese perl beginner.

Currently I'm trying SPVM which is a programming language and is opened at CPAN.

SPVM (Static Perl Virtual Machine) is a perl-ish static typed programing language. SPVM provides fast calculation, fast array operations, easy C/C++ binding, and creating executable files.
(from SPVM )

You can create SPVM module and call the module from Perl easily. And it helps development easier sometims.

There's a tutorial and documentations. Now I'm trying those and made one issue.

https://github.com/yuki-kimoto/SPVM/issues/291

If you have sometime and interest try with me!

Top comments (0)