DEV Community

Yuki Kimoto - SPVM Author
Yuki Kimoto - SPVM Author

Posted on

SPVM::Sys is nearing completion - The parts of the Python/numpy porting to Perl product.

SPVM::Sys is nearing completion.

My daily commits are seen at Github.

use Sys::IO;

my $file = "a.txt";
my $stream = Sys::IO->fopen($file, "r");

Enter fullscreen mode Exit fullscreen mode

If this module is completion, I'm going to start to create SPVM::IO.

What Is SPVM?

SPVM is a static typed language that can be used from Perl. SPVM is a part of the modules to create the Python/numpy porting to Perl. See also SPVM Language Specification.

Top comments (0)