AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Is JRuby Written in Java?
The majority of JRuby is written in Java. The core classes like string and hash and array are mostly written in Java, but more and more we've been adding as new features come along for Ruby. We often will add them as a Ruby implementation to try and host some of JRuby's implementation in Ruby itself.