<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Projects on Caio Cotts</title>
    <link>https://caiocotts.com/projects/</link>
    <description>Recent content in Projects on Caio Cotts</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Fri, 20 Mar 2026 12:46:54 -0400</lastBuildDate>
    <atom:link href="https://caiocotts.com/projects/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>rpnc</title>
      <link>https://caiocotts.com/projects/rpnc/</link>
      <pubDate>Fri, 20 Mar 2026 12:46:54 -0400</pubDate>
      <guid>https://caiocotts.com/projects/rpnc/</guid>
      <description>&lt;h2 id=&#34;what-is-it&#34;&gt;&#xA;  What is it?&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#what-is-it&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;Link to heading&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;Link to heading&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;rpnc is a calculator for your terminal that uses reverse polish notation (RPN),&#xA;which is inspired by my Hewlett Packard model 28S advanced scientific&#xA;calculator, and written in pure Go.&lt;/p&gt;&#xA;&lt;p&gt;Here&amp;rsquo;s a little demo of how one could calculate $\frac{543}{(123+74)^2}$ using&#xA;rpnc:&lt;/p&gt;&#xA;&lt;figure class=&#34;centered&#34;&gt;&lt;img src=&#34;https://files.caiocotts.com/rpnc/demo.gif&#34;&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;p&gt;The result is printed onto the terminal once you exit the program.&lt;/p&gt;&#xA;&lt;p&gt;You can read up on how RPN works more in depth in this post, but in simple&#xA;terms, it&amp;rsquo;s a way to write mathematical expressions without the need for&#xA;parentheses.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
