<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>#编程语言 | 浸月之海</title>
    <link>https://paro.one/tag/%E7%BC%96%E7%A8%8B%E8%AF%AD%E8%A8%80/</link>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-cn</language>
    <copyright><![CDATA[© Paro 2023.]]></copyright><lastBuildDate>2023-07-20 14:57:28</lastBuildDate><atom:link href="https://paro.one/tag/%E7%BC%96%E7%A8%8B%E8%AF%AD%E8%A8%80/index.xml" rel="self" type="application/rss&#43;xml" /><item>
        <title>在 Typescript 中模拟高阶类型</title>
        <link>https://paro.one/20190908-higher-kinded-types-in-typescript/</link>
        <pubDate>2019-09-08</pubDate>
        <guid>https://paro.one/20190908-higher-kinded-types-in-typescript/</guid>
        <description><![CDATA[<p><strong>高阶类型</strong>（<em lang="en">Higher Kinded Types</em>）对我这个 PL 爱好者来说，几乎是必备的语言特性了。Typescript 是我主要使用的语言之一，它虽然不直接支持高阶类型，但利用它本身已经比较强大的类型系统，是可以模拟出高阶类型的。</p>
]]></description>
      </item><item>
        <title>Idris 中类型安全的 printf</title>
        <link>https://paro.one/20180405-type-safe-printf-in-idris/</link>
        <pubDate>2018-04-05</pubDate>
        <guid>https://paro.one/20180405-type-safe-printf-in-idris/</guid>
        <description><![CDATA[<p>从寒假开始，断断续续地玩了两个月 <a target="_blank" href="http://idris-lang.org/">Idris</a>。最开始让我决定开 Idris 这个坑的还是 <a target="_blank" href="https://www.zhihu.com/question/55342708/answer/148680032">这篇文章</a> 中的这句话：</p>
<blockquote>
<p>Idris 是极少几种可以实现强类型 printf 的语言。</p>
</blockquote>
<p>那么下面就开始利用依赖类型构造一个强类型的 <code>printf</code> 函数吧！</p>
]]></description>
      </item></channel>
</rss>
