Logo

dev-resources.site

for different kinds of informations.

SPVM

Published at
2/14/2023
Categories
perl
spvm
c
osdc
Author
greengorcer
Categories
4 categories in total
perl
open
spvm
open
c
open
osdc
open
Author
11 person written this
greengorcer
open
SPVM

SPVM (Static Perl Virtual Machine)

It is technically a language with static type written in Perl.

To me, it is would be a great way to compile Perl string manipulation codes into executables. Looking at the claimed benchmark, 100x efficiency improvement seems possible after the compilation. Considering Perl's runtime efficiency is already pretty high among the dynamic languages, the compiled code would be of great performance while keeping Perl's powerful Regex features.

I have learned C programming in the college time, which is a long while ago. I hope I can contribute to this project in some ways.

Add github Issues as the bug tracker

I found that Mr Szabo has already committed the bug track update to SPVM-Sys.

I found SPVM and SPVM-Regex are using github Issues without updating Makefile.PL files, so I sent pull requests to these repos in github. I hope they work.

spvm Article's
30 articles in total
Favicon
How to create Mac GUI applications in SPVM?
Favicon
How to create a parallel echo server using goroutines in SPVM?
Favicon
How to generate an executable file for an AI program using SPVM ?
Favicon
SPVM::R - A Port of The R Language Features.
Favicon
SPVM::Resource::Eigen released
Favicon
SPVM Documentation
Favicon
How to use OpenMP from Perl with SPVM.
Favicon
How to use zlib (a C library) from Perl with SPVM
Favicon
SPVM::Digest::MD5 - MD5
Favicon
SPVM::MIME::Base64 - Base64 Encoding/Decoding
Favicon
SPVM::MIME::QuotedPrint - Quoted-Printable encoding/decoding
Favicon
SPVM::Math - Mathematical Functions
Favicon
SPVM
Favicon
SPVM::Sys now supports symbolic links on Windows, adds Perl-compatible API.
Favicon
SPVM now supports object-oriented programming in Perl
Favicon
First release of SPVM::Resource::RE2 Resourcing the regular expression library Google RE2
Favicon
First release of SPVM::File::Temp and SPVM::File::Find
Favicon
SPVM::File::Path and SPVM::File::Glob are newly released.
Favicon
First release of SPVM::File::Copy and SPVM::FindBin
Favicon
First release of SPVM::File::Spec - complex regular expressions, file tests, SPVM::Cwd, inheritance
Favicon
SPVM::File::Basename is released. This is the first module of SPVM using regular expressions.
Favicon
SPVM improved Exchange API at v0.9684. Welcome to this easy world of type conversion!
Favicon
SPVM supported self Compiler in 0.9683.
Favicon
SPVM 0.9680 is released
Favicon
SPVM 0.9677 is released
Favicon
SPVM 0.9676 is released
Favicon
SPVM 0.9672 is released
Favicon
SPVM 0.9670 is released
Favicon
SPVM 0.9669 is released
Favicon
SPVM 0.9668 is released

Featured ones: