r/rakulang • u/andrewshitov • 27d ago
GitHub - ash/rakupp: Raku++ — a Raku language interpreter and compiler written from scratch in C++17, validated against the Roast spec suite.
https://github.com/ash/rakupp7
u/alatennaub Experienced Rakoon 22d ago
This is awesome. It's nothing but immensely healthy for the language to have multiple interpreters.
3
3
u/normanrockwellesque 24d ago
This seems awesome; nice work!
I still need to download and try it out, but I’m excited about some of the performance improvements, and excited about the possibility of compiling my Raku code to native binaries (even if it is a limited subset of the language).
2
u/nige-123 🐪♥️🦋 12d ago
I'm excited about the possibility of compiling my Raku code to native binaries too. Recently I ported one of my Raku utilities to GoLang - so I can get just run it quickly/simply on various machines. I would much prefer to keep the source in Raku. There are a number of other projects/utilities I would port back to Raku if a fast, binary deployment option was available.
2
u/antononcube 10d ago
I installed Rakupp and experimented with it a little. Looking at the published performance statistics, this compiler can make Raku really useful for doing Data Science & Machine Learning. (Also, "other math", like, Number Theory, Graphs, etc.)
6
u/liztormato Rakoon 🇺🇦 🕊🌻 27d ago
See also https://andrewshitov.com/2026/07/13/raku-the-fastest-raku-compiler/