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");
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)