ABSTRACT

We have been working in the command-line environment this far because it is a good thing to know and it works very well for both the REPL and scripts. It supported the little steps that we needed to take early on. However, it is now time to move beyond scripts and write larger programs as applications. This can be done using the command-line, as was described in the last chapter, but there are easier ways.