DEV Community

Yuki Kimoto
Yuki Kimoto

Posted on

3

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)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

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

Okay