<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Markup on Inverted Tree</title>
    <link>https://inverted-tree.pages.dev/tags/markup/</link>
    <description>Recent content in Markup on Inverted Tree</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 07 Oct 2024 06:50:00 +0000</lastBuildDate>
    <atom:link href="https://inverted-tree.pages.dev/tags/markup/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Learning haskell and yaml by building a yaml parser</title>
      <link>https://inverted-tree.pages.dev/posts/learning-haskell-and-yaml-by-building-a-yaml-parser/</link>
      <pubDate>Mon, 07 Oct 2024 06:50:00 +0000</pubDate>
      <guid>https://inverted-tree.pages.dev/posts/learning-haskell-and-yaml-by-building-a-yaml-parser/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve been learning haskell for some time now and it has been amazing grappling with pure functional programming concepts. Although it&amp;rsquo;s not for everyone, I believe its potential is too much in terms purity.&lt;/p&gt;
&lt;p&gt;The best way for me to learn anything is to just build something and i&amp;rsquo;m quite infatuated with yaml right now, so I suppose i&amp;rsquo;ll build a very basic yaml parser to learn about parsing concepts and how haskell helps with its functional prowess. Since the markup language has just data and no instructions, it&amp;rsquo;s suited for a recursive data definition which Haskell excels in, among other things.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
