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 ...