Browsing Tag
spvm
7 posts
SPVM now supports object-oriented programming in Perl
SPVM now supports object-oriented programming in Perl. One of the goals of SPVM is to realize object-oriented programming…
SPVM 0.9668 is released
SPVM 0.9668 is released. New Features and Enhancement Changes 0.9668 2022-12-20 [New Features] * Added the items native…
SPVM::Sys 0.30 is released
SPVM::Sys 0.30 is released. New Features and Enhancement Changes 0.30 2022-12-13 [Build Process Improvement] * Added --no-build-spvm-modules option…
SPVM 0.9662 is released – The Project for Python/NumPy Porting to Perl
SPVM 0.9662 is released. SPVM is an essential module for SPVM::Numpy. Changes 0.9662 2022-11-15 [Incompatible Changes] * The…
zeros | SPVM::Numpy – The Project for Python/NumPy Porting to Perl
The zeros method in the Numpy class is implemented. use Numpy; my $np = Numpy->new; my $x =…
Installing SPVM::Numpy – Python/NumPy Porting to Perl
SPVM::Numpy is a SPVM-based Perl module. SPVM::Numpy can be installed as a Perl module. cpanm SPVM::Numpy If your…
SPVM::Numpy is released – Python/numpy porting to Perl
SPVM::Numpy is released on CPAN. This module is yet experimental stage. Methods will be added gradually. The development…