💾 Archived View for sdf.org › rsdoiel › series › software-tools.gmi captured on 2024-06-16 at 12:31:07. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-12-28)
-=-=-=-=-=-=-
This is a set of articles based on Kernighan and Plauger's Book, Software Tools in Pascal[1], 1981, Addison-Wesley.
1: https://openlibrary.org/books/OL4258115M/Software_tools_in_Pascal
The articles follow the structure of the book, with brief discussion of what was involved in translating from the vintage Standard Pascal to Oberon-07. In most cases the Oberon code is more compact and the features of Oberon avoid the need for macro processors and file inclusion through the use of modules.
1. Getting Started[2], 2020-09-29
2. Filters[3], 2020-10-31
3. Files
4. Sorting
5. Text Patterns
6. Editing
7. Formatting
8. Macro Processing
2: /blog/2020/09/29/Software-Tools-1.gmi
3: http://localhost:8000/blog/2020/10/31/Filters.md