<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>priime.dev</title>
    <link>https://priime.dev</link>
    <description>Lucas's blog</description>
    <language>en-us</language>
    <atom:link href="https://priime.dev/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Automatic Blog Indexing</title>
      <link>https://priime.dev/blog/autoblog.html</link>
      <description><![CDATA[I explain my process of producing a list of my blog posts in Emacs Lisp on my Emacs Org Mode site.]]></description>
      <pubDate>Sun, 17 Aug 2025 00:00:00 -0500</pubDate>
      <guid>https://priime.dev/blog/autoblog.html</guid>
    </item>
    <item>
      <title>CS4500 Reflections</title>
      <link>https://priime.dev/blog/cs4500reflections.html</link>
      <description><![CDATA[I reflect on my experience taking Northeastern's Software Development course, elaborating on the style of the lectures and coursework, and what I learned from it.]]></description>
      <pubDate>Tue, 09 Apr 2024 00:00:00 -0500</pubDate>
      <guid>https://priime.dev/blog/cs4500reflections.html</guid>
    </item>
    <item>
      <title>Migrating my website to Org Mode</title>
      <link>https://priime.dev/blog/websitemigrate.html</link>
      <description><![CDATA[I describe my process of transitioning from my Racket Pollen-based site to one built with Emacs Org Mode.]]></description>
      <pubDate>Sun, 07 Apr 2024 00:00:00 -0500</pubDate>
      <guid>https://priime.dev/blog/websitemigrate.html</guid>
    </item>
    <item>
      <title>On Technical Interviews</title>
      <link>https://priime.dev/blog/technicals.html</link>
      <description><![CDATA[I explore what the purpose of a technical interview is.]]></description>
      <pubDate>Fri, 18 Aug 2023 00:00:00 -0500</pubDate>
      <guid>https://priime.dev/blog/technicals.html</guid>
    </item>
    <item>
      <title>Why I Use Emacs</title>
      <link>https://priime.dev/blog/usingemacs.html</link>
      <description><![CDATA[I reflect on my experience using Emacs, and the benefits it provides me.]]></description>
      <pubDate>Fri, 11 Aug 2023 00:00:00 -0500</pubDate>
      <guid>https://priime.dev/blog/usingemacs.html</guid>
    </item>
    <item>
      <title>A Take: The Ternary Operator is Nice</title>
      <link>https://priime.dev/blog/ternaryoperator.html</link>
      <description><![CDATA[I argue that the ternary operator in Java and C-based languages is quite idiomatic.]]></description>
      <pubDate>Wed, 28 Jun 2023 00:00:00 -0500</pubDate>
      <guid>https://priime.dev/blog/ternaryoperator.html</guid>
    </item>
    <item>
      <title>Scheme has Simple Semantics</title>
      <link>https://priime.dev/blog/schemesimplesemantics.html</link>
      <description><![CDATA[I argue that, since Scheme-based languages have simple semantics, they are good first programming languages to teach.]]></description>
      <pubDate>Tue, 25 Apr 2023 00:00:00 -0500</pubDate>
      <guid>https://priime.dev/blog/schemesimplesemantics.html</guid>
    </item>
    <item>
      <title>The Convenience of Currying</title>
      <link>https://priime.dev/blog/currying.html</link>
      <description><![CDATA[I explain currying and describe how it can be used to write clean, concise code.]]></description>
      <pubDate>Tue, 04 Apr 2023 00:00:00 -0500</pubDate>
      <guid>https://priime.dev/blog/currying.html</guid>
    </item>
    <item>
      <title>Rackjure: Using Clojure's Thread Macro in Racket</title>
      <link>https://priime.dev/blog/rackjure-thread.html</link>
      <description><![CDATA[I describe how to use Clojure's threading macro in Racket, and the convenience it brings.]]></description>
      <pubDate>Mon, 27 Mar 2023 00:00:00 -0500</pubDate>
      <guid>https://priime.dev/blog/rackjure-thread.html</guid>
    </item>
    <item>
      <title>Recursion as Structural Decomposition</title>
      <link>https://priime.dev/blog/recursion.html</link>
      <description><![CDATA[I explain recursion through several examples.]]></description>
      <pubDate>Tue, 07 Jun 2022 00:00:00 -0500</pubDate>
      <guid>https://priime.dev/blog/recursion.html</guid>
    </item>
  </channel>
</rss>