/Introduction-to-JVM-Languages

Introduction to JVM Languages, published by Packt

Primary LanguageKotlinMIT LicenseMIT

Introduction to JVM Languages

This is the code repository for Introduction to JVM Languages, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

The book will begin with a general introduction of the JVM and its features, which are common to the JVM languages, helping you get abreast with its concepts. It will then dive into explaining languages such asJava, Scala, Clojure, Kotlin, and Groovy and will show how to work with each language, their features, use cases, and pros and cons. By writing example projects in those languages and focusing on each language’s strong points, it will help you find the programming language that is most appropriate for your particular needs.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

  Product p = new Product();

  p.setName("Box of biscuits");

To get the most out of this book, a modern laptop or desktop computer is required, running an up-to-date version of either Windows, macOS, or Linux (preferably Ubuntu). About 4 GB of RAM memory is recommended at the minimum; more RAM is always welcome. It is assumed that the reader has a reasonable knowledge of the operating system of their choice and is comfortable with installing programs and adding directories to a path.

Related Products