Chapter 13. Other JVM languages
There are way more languages that run on the JVM than the ones that were discussed in the previous chapters. In this appendix, we will take a quick look at some of the other languages. Most of these are custom JVM implementations of popular mainstream programming languages, such as JavaScript, Python, Ruby, and Haskell. The following are the implementations of languages that we will discuss here:
- Oracle Nashorn (JavaScript)
- Jython (Python)
- JRuby (Ruby)
- Frege (Haskell)
- Ceylon