a55e0be16f56

Publish do-file
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Tue, 19 Apr 2022 09:46:21 -0400
parents 1b2288cf32af
children 351848b6eab4
branches/tags (none)
files content/blog/2022/04/fun-with-macros-do-file.markdown

Changes

--- 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>