# Announce: Rakudo Perl 6 compiler, Release 2018.04.1 On behalf of the Rakudo development team, I'm announcing an out-of-schedule release of the Rakudo Perl 6 compiler. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1]. This release is a point release in addition to the regular, monthly releases. Rakudo 2018.04 (note: no .1) was discovered to fail num precision tests (on i386) and also hang when parsing nums with huge exponents (on all platforms). To ensure that platform-specific issues are found before the release we are now continuously testing prerelease Rakudo versions on various platforms. The tarball for this release is available from . Please note: This announcement is not for the Rakudo Star distribution[^2] — it’s announcing a new release of the compiler only. For the latest Rakudo Star release, see . The changes in this release are outlined below: New in 2018.04.1: + Fixes: + Fixed hang in parsing of nums with huge exponents [4e38bc1f] + Fixed denormals and precision issues in num parser [cc93bc9a] The following people contributed to this release: Zoffix Znet, Aleks-Daniel Jakimenko-Aleksejev If you would like to contribute or find out more information, visit , , ask on the mailing list, or ask on IRC #perl6 on freenode. Additionally, we invite you to make a donation to The Perl Foundation to sponsor Perl 6 development: (put “Perl 6 Core Development Fund” in the ‘Purpose’ text field) The next release of Rakudo (#123), is tentatively scheduled for 2018-05-19. A list of the other planned release dates is available in the “docs/release_guide.pod” file. The development team appreciates feedback! If you’re using Rakudo, do get back to us. Questions, comments, suggestions for improvements, cool discoveries, incredible hacks, or any other feedback – get in touch with us through (the above-mentioned) mailing list or IRC channel. Enjoy! Please note that recent releases have known issues running on the JVM. We are working to get the JVM backend working again but do not yet have an estimated delivery date. [^1]: See [^2]: What’s the difference between the Rakudo compiler and the Rakudo Star distribution? The Rakudo compiler is a compiler for the Perl 6 language. Not much more. The Rakudo Star distribution is the Rakudo compiler plus a selection of useful Perl 6 modules, a module installer, Perl 6 introductory documentation, and other software that can be used with the Rakudo compiler to enhance its utility.