<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Posts on smashedtoatoms</title>
    <link>https://smashedtoatoms.com/posts/</link>
    <description>Recent content in Posts on smashedtoatoms</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 13 Mar 2022 15:14:34 -0500</lastBuildDate>
    
	<atom:link href="https://smashedtoatoms.com/posts/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Init</title>
      <link>https://smashedtoatoms.com/posts/2022/03/init/</link>
      <pubDate>Sun, 13 Mar 2022 15:14:34 -0500</pubDate>
      
      <guid>https://smashedtoatoms.com/posts/2022/03/init/</guid>
      <description>I torched my old blog again. Over the last two years, my writing has been precisely as confusing as my thoughts, go figure. I kept trying to understand why I wanted to use Common Lisp even though it was a pain in the ass. I kept trying to justify why quitting music and selling my equipment was what I wanted to do. There was a lot of push/pull that just made no sense.</description>
    </item>
    
    <item>
      <title>Sharpsign Plus Reader Macros</title>
      <link>https://smashedtoatoms.com/posts/2021/03/sharpsign-plus-reader-macros/</link>
      <pubDate>Sat, 13 Mar 2021 14:07:08 -0700</pubDate>
      
      <guid>https://smashedtoatoms.com/posts/2021/03/sharpsign-plus-reader-macros/</guid>
      <description>WTF does #+(or) mean? They&amp;rsquo;re called reader macros. Reader macros in Common Lisp are a read-time feature that lets you do a pre-compile condition check. The #+ reader macro checks for a feature, and if it succeeds, then the S expression following it is evaluated. If not, the code never even gets passed to the compiler. It is as if it never existed. They&amp;rsquo;re kinda like the ifdef and ifndef macros in C/C++.</description>
    </item>
    
  </channel>
</rss>