Changes for version 0.0439 - 2019-08-05

  • rename runtime_type to runtime_type_category
  • fix IO::Socket connect with IP address bug
  • cleanup SPVM::MIME::Base64 interface package SPVM::MIME::Base64 { sub new : SPVM::MIME::Base64 () { return new SPVM::MIME::Base64; }
    • native sub encode : string ($self : self, $string : string); native sub decode : string ($self : self, $string : string);
    • }
  • refactoring SPVM::StringBuffer
  • rename SPVM::IO::Socket to SPVM::IO::ClientSocketTCP

Documentation

C/C++ Binding using SPVM Extension(BETA before 1.0)
SPVM Native API
SPVM compiler to create exe file

Modules

Static Perl Virtual Machine. Fast calculation & Easy C/C++ Binding
build config
Build Utilities
Byte object
SPVM Standard Functions
Base class of SPVM data
SPVM Array
SPVM object
Double object
SPVM Exchange API
Float object
Int object
JSON Bool
Long object
Base64 encode/decode
Short object
String buffer
Unix standard library

Provides

in lib/SPVM/Builder.pm
in lib/SPVM/Builder/CC.pm
in lib/SPVM/Builder/Exe.pm