TaKO8Ki / frum

A little bit fast and modern Ruby version manager written in Rust
MIT License
628 stars 15 forks source link

Support truffleruby (graal-native) and truffleruby+graalvm (graal-jdk-based) Ruby interpreters? #132

Open gwiede opened 7 months ago

gwiede commented 7 months ago

It would be great if frum also offered support for the truffle-based Ruby interpreters, as they're currently the highest-performance Ruby options available. If implementing, please mimic asdf-ruby approach of offering both graal-native and graalvm-jdk-based options (in asdf-ruby presented as truffleruby- and truffleruby+graalvm- respectively). IIRC, the ruby-build tool supports these Ruby options.