# HG changeset patch # User Steve Losh # Date 1650375981 14400 # Node ID a55e0be16f56373839224c699915fed6755a4885 # Parent 1b2288cf32af9ddbdc5978b206a044f406aa89f4 Publish do-file diff -r 1b2288cf32af -r a55e0be16f56 content/blog/2022/04/fun-with-macros-do-file.markdown --- 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`.