November 2022
Intermediate to advanced
704 pages
19h 58m
English
This chapter covers
If you’ve used Java for any sizable amount of work, you’ve probably noticed that it can tend toward being a bit verbose and clumsy at times. You may even have found yourself wishing that things were different—easier somehow.
Fortunately, as you’ve seen in the last few chapters, the JVM is awesome—so awesome, in fact, that it provides a natural home for programming languages other than Java. In this chapter, we’ll show you why and how you might want to start mixing another JVM programming language into your project.
In this chapter, we’ll cover ways ...