#rubylang — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #rubylang, aggregated by home.social.
-
Two weeks to EuRuKo 2026 🇨🇿
17–18 September, Brno. Two days of Ruby.
Still time to sort travel — but this is about the last comfortable week for it.
-
Two weeks to EuRuKo 2026 🇨🇿
17–18 September, Brno. Two days of Ruby.
Still time to sort travel — but this is about the last comfortable week for it.
-
Two weeks to EuRuKo 2026 🇨🇿
17–18 September, Brno. Two days of Ruby.
Still time to sort travel — but this is about the last comfortable week for it.
-
Two weeks to EuRuKo 2026 🇨🇿
17–18 September, Brno. Two days of Ruby.
Still time to sort travel — but this is about the last comfortable week for it.
-
Two weeks to EuRuKo 2026 🇨🇿
17–18 September, Brno. Two days of Ruby.
Still time to sort travel — but this is about the last comfortable week for it.
-
@super @truffleruby @eregon That's a really good question! My guess is most pure #RubyLang #RubyGems will work out of the box, but anything with #FFI native extensions might still have issues because it's fundamentally a different #RUBY_ENGINE. #JRuby and others have the same problem, so I don't think that's specific to #TruffleRuby, but maybe there's a plan to solve for that.
-
@truffleruby I've been pretty impressed with the performance of #TruffleRuby. 100% support of core #RubyLang specs makes it even more compelling.
I need to re-read the license, though. I've avoided it for certain projects because I was under the impression it was under an Oracle license, but would love to be wrong so I can use it more broadly!
-
@ruby_discussions As much as I dislike promoting anything #Java or Oracle related, I have to say that a lot of my #RubyLang code (so long as it doesn't require forking) runs ~1 gazillion times faster on #TruffleRuby than #CRuby even with #YJIT enabled. It's now my default for certain types of performance-oriented code, especially for threading.