DEV Community

Yuki Kimoto - SPVM Author
Yuki Kimoto - SPVM Author

Posted on

SPVM::Cwd 0.04 is released - The Project for Python/NumPy Porting to Perl

SPVM::Cwd 0.04 is released. SPVM::Cwd is a helper module for SPVM::Numpy to change the working directory.

Changes

0.04 2022-11-16
  [Prerequrement Changes]
    * SPVM::Cwd needs SPVM 0.9662+ adn SPVM::Sys 0.27+.
  [Document Improvement]
    * Improved the whole doc.

Enter fullscreen mode Exit fullscreen mode

How to install SPVM::Numpy

How to install SPVM::Numpy.

cpanm SPVM::Numpy
Enter fullscreen mode Exit fullscreen mode
# Developper
cpanm SPVM;
git clone https://github.com/yuki-kimoto/SPVM-Numpy.git
Enter fullscreen mode Exit fullscreen mode

See also Installing SPVM::Numpy

What Is SPVM?

SPVM is a static typed language that can be used from Perl. SPVM is the essential part of the Python/numpy porting to Perl. If you haven't heard of Perl's SPVM. Please see also SPVM Language Specification.

How potential dose SPVM have?

Growth is expected in the fields of Bio Tech, AI/ML, Apple/iPhone/iPad Apps, Google/Android Apps, IoT Device, Connected Car, Smart Device, Smart Home, etc.

This is because SPVM can produce an executable file that supports cross platforms and make easy to calculate arrays and bind C/C++ and Nvidia/GPU/cuda.

SPVM Documents

SPVM Modules

This project really needs contributors, sponsors, investors.

This project really needs contributors. I am looking for contributors, sponsors, investors.

Top comments (5)

Collapse
 
chrisarg profile image
chrisarg

Any plans to add PDL support ?

Collapse
 
yukikimoto profile image
Yuki Kimoto - SPVM Author

What does the word "PDL support" means?

The array of SPVM is corresponding to C array.

I'm creating SPVM::Numpy. SPVM::Numpy::Ndarray can be converted to a PDL data structure.

github.com/yuki-kimoto/SPVM-Numpy

Collapse
 
chrisarg profile image
chrisarg

Thank you for responding. So is your plan to port the entire Numpy to perl?

Thread Thread
 
yukikimoto profile image
Yuki Kimoto - SPVM Author

2023 is the year to create many SPVM modules.

Numpy module will be implemented partly.

Entire Numpy implementation is planned to 2024-2025.

Collapse
 
iamjaydev profile image
iamjaydev

πŸ‘πŸ»