The progress of the SPVM language 2022
Hi, I write the progress of the SPVM module 2022.
SPVM is a programming language that is build on top of the Perl ecosystem and provides fast calculation and array operation to Perl.
SPVM can be transpiled to C language, and it can be compiled to shared libraries and executable files.
SPVM can call C/C++/Cuda libraries by writing pure C/C++/Cuda language without XS.
I wrote SPVM from 2016. I finally implement the all features that I think they are needed for modern applications.
Next, I need to do many tests of SPVM module by creating modules and applic…