Summary
This final chapter discussed some additional topics that may be required as the reader progresses from a casual user to a serious Julia developer.
It began by looking at the REPL and how Julia can be configured and used to execute scripts, and then continued by describing some of the various development tools that Julia provides for debugging, profiling, and testing of code.
This was followed by a discussion of producing Julia modules and, as an example, bundling (some of) the code supporting this book into a single package.
Finally, I closed the book with some comments on my take on the future Julia might pursue, take them as you will.