AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Ruby 2.2 - Is the JVM a Platform Agnostic?
The fact that the JVM is kind of platform agnostic is a mixed blessing. There are features that people will expect to behave on a platform specific basis. The things that really touch the system have been wrapped up so neatly on the JVM, sometimes we can't get the features we need. Even just down to the language level, there's features in Ruby and many other dynamic languages like closures that don't have a good analog on the J VM.