You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
529 B
529 B
2021-02-03
Benefits of Literate Programming
In the textbook Thinking in C++, Eckel uses a custom system for extracting and building all of the source code examples from the text, this is prefaced in the section Begin and end comment tags. I beleive he could have benefited here from a Literate Programming environment, automating much of this work without polluting the source code with tags.