The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.0268 - 2017-09-19

  • remove string type. SPVM string become byte[].
  • SPVM::new_string_bytes renamed to SPVM::new_byte_array_data and return SPVM::Array::Byte object
  • SPVM::new_string renamed to SPVM::new_byte_array_string and return SPVM::Array::Byte object
  • rename get_elements to to_array
  • rename get_string to to_string
  • rename get_data to to_data

Documentation

SPVM Tutorial(BETA)
SPVM FAQ(BETA)
SPVM Native API(BETA before 1.0)
SPVM Language Specification(BETA before 1.0)

Modules

Fast calculation, GC, static typing, VM with perlish syntax
Turn on debug mode
Math library
object
Array object
Packaged based object
Print to standard output

Provides

in lib/SPVM/Build.pm
in lib/SPVM/Object/Array/Byte.pm
in lib/SPVM/Object/Array/Double.pm
in lib/SPVM/Object/Array/Float.pm
in lib/SPVM/Object/Array/Int.pm
in lib/SPVM/Object/Array/Long.pm
in lib/SPVM/Object/Array/Object.pm
in lib/SPVM/Object/Array/Short.pm