diff --git a/1-01-08-configuration.md b/1-01-08-configuration.md index d01a5a64e5cf3b09dda5f57f661a2cb48b4cc3c7..685a0e4e676455db5cbc249ec3703dbf7c3c0c15 100644 --- a/1-01-08-configuration.md +++ b/1-01-08-configuration.md @@ -117,16 +117,19 @@ All you need to get started with Lisp is a simple, no-frills text editor with sy * Sublime Text * Atom * UltraEdit + * gedit +* macOS only + * BBEdit * Windows only * Notepad++ -Other popular text and code editors, such as BBedit, TextWrangler, and Gedit, do not have syntax highlighting for Lisp. +Your favourite existing text editor should also be fine, just make sure it has syntax highlighting for Lisp and stays out of your way. ### Working From the Command-Line (writing notes) - Importance of being comfortable with the Command-Line -- Running and Compiling Lisp from the Command-Line +- Running and Compiling Lisp source-code files from the Command-Line - Lisp shell scripts -- Launching the REPL +- Launching the REPL for interactive development diff --git a/CHANGELOG.md b/CHANGELOG.md index cdb4e1b20f0d209b7d5da38a7b59d10b6dad87a3..472010e8a0a9c9c6fc10037dd5c4abe95ef4328e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## 2022-08-29 + +- Exercise 1.1.8, "Configuring Your Development Environment" + - Revise subsection on choice of text editors because my information was woefully out-of-date + - Minor clarifications to subsection on being comfortable at the command-line as I think exactly how to word it + ## 2022-08-26 - Fix syntax highlighting for Exercise 1.5.12, "More Tries"