Release SPVM 0.0359
SPVM - Fast array and numeric operation, and provide easy way to C/C++ Binding
0.0359 2018-07-16
- SPVM::CORE become done native compile
- add join function
- fix const assignment bug
- support list syntax
my $nums = [(1, 2), (3, 4), (5, 6)];
- object have body field at offset 0. This will fix alignment bugs.
Leave a comment