© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2022
D. Pollak et al.Beginning Scala 3https://doi.org/10.1007/978-1-4842-7422-4_11

11. Simple Build Tool

David Pollak1  , Vishal Layka2 and Andres Sacco3
(1)
San Francisco, CA, USA
(2)
Bruxelles, Belgium
(3)
Ciudad Autonoma de Buenos Aires, Argentina
 

During the different chapters of this book, you’ve mostly used the REPL to run the blocks of code and check the results. The command line is great because if you want to test something, it’s not necessary to open an IDE or create a project. When you need to create something more complex, the REPL is the worst alternative, so there are other tools that you can use to compile and run your application.

As you know, software ...

Get Beginning Scala 3: A Functional and Object-Oriented Java Language now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.