Literate programming to reduce errors

7 · John Cook · Sept. 6, 2022, 12:30 a.m.
I had some errors in a recent blog post that might have been eliminated if I had programmatically generated the content of the post rather than writing it by hand. I rewrote the example in this post in using org-mode. My org file looked like this: #+begin_src python :session :exports none lax_lat = 33.94 lax_lon […] The post Literate programming to reduce errors first appeared on John D. Cook....