--- a/content/blog/2022/04/fun-with-macros-do-file.markdown Mon Apr 18 21:24:25 2022 -0400
+++ b/content/blog/2022/04/fun-with-macros-do-file.markdown Tue Apr 19 09:46:21 2022 -0400
@@ -1,10 +1,10 @@
(:title "Fun with Macros: Do-File"
:snip "Part 3 in a series of short posts about fun Common Lisp Macros."
- :date "2022-04-19T13:15:00Z"
- :draft t)
+ :date "2022-04-19T13:45:00Z"
+ :draft nil)
It's been a while, but it's time to take a look at another fun little Common
-Lisp macro: `do-file`.
+Lisp macro with some interesting things inside it: `do-file`.
<div id="toc"></div>