Software:MoarVM

From HandWiki
Short description: Virtual machine for Raku (Perl 6)
MoarVM
Stable release
2024.01[1] / 26 January 2024; 22 days ago (2024-01-26)[2]
Written inC
Operating systemCross-platform
TypeVirtual machine
LicenseArtistic License 2.0
Websitewww.moarvm.org

MoarVM (Metamodel On A Runtime Virtual Machine) is a virtual machine built for the 6model object system. It is being built to serve as yet another VM backend for Raku.[3] MoarVM was created to allow for greater efficiency than Parrot by having a closer internal representation to the model system used by Raku.[4] Notably it was the virtual machine for the first stable version of Rakudo released in December 2015.[5][6]

Work began on MoarVM on March 31, 2012; the project was first publicly announced the following year on May 31, 2013.

As of March 2014, it is the fastest virtual machine for Rakudo and NQP in terms of startup time and build speed.[7]

MoarVM is available under the Artistic License 2.0.[8]

External links

References