
<?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>The Coalton Programming Language</title>
    <link>https://coalton-lang.github.io/</link>
    <description>Recent content on The Coalton Programming Language</description>
    <generator>Hugo -- 0.148.0</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 24 Apr 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://coalton-lang.github.io/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>-&gt;</title>
      <link>https://coalton-lang.github.io/manual/operators/arrow/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/arrow/</guid>
      <description>Function type arrow.</description>
    </item>
    <item>
      <title>coalton-toplevel</title>
      <link>https://coalton-lang.github.io/manual/operators/coalton-toplevel/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/coalton-toplevel/</guid>
      <description>Top-level entry point for Coalton definitions.</description>
    </item>
    <item>
      <title>Introduction and Getting Started</title>
      <link>https://coalton-lang.github.io/manual/topics/introduction/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/topics/introduction/</guid>
      <description>&lt;p&gt;Coalton is a statically typed functional language embedded in Common Lisp. Since
it&amp;rsquo;s embedded in Lisp, it uses the ordinary Common Lisp toolchain. Despite that,
Coalton is a full-fledged programming language with an optimizing compiler.&lt;/p&gt;
&lt;p&gt;Here, we assume you&amp;rsquo;ll adopt a standard Lisp development system, which uses Emacs
and SLIME. &lt;em&gt;These are not strictly necessary, and make the learning curve steeper,
but improve the development experience substantially.&lt;/em&gt;&lt;/p&gt;
&lt;h2 id=&#34;install-sbcl&#34;&gt;Install SBCL&lt;/h2&gt;
&lt;p&gt;Figure out a way to install SBCL on your platform. In the worst case, you can
download binaries from the &lt;a href=&#34;https://www.sbcl.org/platform-table.html&#34;&gt;SBCL website&lt;/a&gt;.
We highly recommend having a recent version of SBCL. If the binary available to you
is old, then after installing it, compiling a new SBCL is very easy:&lt;/p&gt;</description>
    </item>
    <item>
      <title>=&gt;</title>
      <link>https://coalton-lang.github.io/manual/operators/constraint-arrow/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/constraint-arrow/</guid>
      <description>Constraint arrow for qualified types and class contexts.</description>
    </item>
    <item>
      <title>coalton</title>
      <link>https://coalton-lang.github.io/manual/operators/coalton/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/coalton/</guid>
      <description>Expression-level entry point from Common Lisp.</description>
    </item>
    <item>
      <title>Whirlwind Tour of Coalton</title>
      <link>https://coalton-lang.github.io/manual/topics/whirlwind-tour/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/topics/whirlwind-tour/</guid>
      <description>A broad, practical tour of Coalton&amp;#39;s core language and workflow.</description>
    </item>
    <item>
      <title>declare</title>
      <link>https://coalton-lang.github.io/manual/operators/declare/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/declare/</guid>
      <description>Type declaration form.</description>
    </item>
    <item>
      <title>forall</title>
      <link>https://coalton-lang.github.io/manual/operators/forall/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/forall/</guid>
      <description>Explicit type-variable quantification.</description>
    </item>
    <item>
      <title>*</title>
      <link>https://coalton-lang.github.io/manual/operators/star/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/star/</guid>
      <description>Type-level separator for multiple inputs and outputs.</description>
    </item>
    <item>
      <title>&amp;key</title>
      <link>https://coalton-lang.github.io/manual/operators/keyword-tail/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/keyword-tail/</guid>
      <description>Keyword-argument tail syntax.</description>
    </item>
    <item>
      <title>define</title>
      <link>https://coalton-lang.github.io/manual/operators/define/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/define/</guid>
      <description>Value and function definition form.</description>
    </item>
    <item>
      <title>derive</title>
      <link>https://coalton-lang.github.io/manual/operators/derive/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/derive/</guid>
      <description>Attribute for automatically generating type class instances.</description>
    </item>
    <item>
      <title>=</title>
      <link>https://coalton-lang.github.io/manual/operators/pattern-bind/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/pattern-bind/</guid>
      <description>Pattern binding operator.</description>
    </item>
    <item>
      <title>Configuring Coalton</title>
      <link>https://coalton-lang.github.io/manual/topics/configuring-coalton/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/topics/configuring-coalton/</guid>
      <description>Configuration options for controlling the Coalton compiler.</description>
    </item>
    <item>
      <title>define-type</title>
      <link>https://coalton-lang.github.io/manual/operators/define-type/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/define-type/</guid>
      <description>Algebraic data type definition form.</description>
    </item>
    <item>
      <title>define-exception</title>
      <link>https://coalton-lang.github.io/manual/operators/define-exception/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/define-exception/</guid>
      <description>Exception type definition form.</description>
    </item>
    <item>
      <title>define-resumption</title>
      <link>https://coalton-lang.github.io/manual/operators/define-resumption/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/define-resumption/</guid>
      <description>Resumption definition form.</description>
    </item>
    <item>
      <title>Debugging</title>
      <link>https://coalton-lang.github.io/manual/topics/debugging/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/topics/debugging/</guid>
      <description>Type inspection, specialization introspection, and code generation tools.</description>
    </item>
    <item>
      <title>Macros</title>
      <link>https://coalton-lang.github.io/manual/topics/macros/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/topics/macros/</guid>
      <description>Defining Coalton expression macros, Coalton toplevel macros, and ordinary Lisp macros.</description>
    </item>
    <item>
      <title>&lt;-</title>
      <link>https://coalton-lang.github.io/manual/operators/do-bind/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/do-bind/</guid>
      <description>Monadic bind syntax in `do` notation.</description>
    </item>
    <item>
      <title>define-type-alias</title>
      <link>https://coalton-lang.github.io/manual/operators/define-type-alias/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/define-type-alias/</guid>
      <description>Type alias definition form.</description>
    </item>
    <item>
      <title>Lisp Interop</title>
      <link>https://coalton-lang.github.io/manual/topics/lisp-interop/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/topics/lisp-interop/</guid>
      <description>Interop guarantees and calling conventions between Coalton and Common Lisp.</description>
    </item>
    <item>
      <title>_</title>
      <link>https://coalton-lang.github.io/manual/operators/wildcard/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/wildcard/</guid>
      <description>Wildcard pattern.</description>
    </item>
    <item>
      <title>define-struct</title>
      <link>https://coalton-lang.github.io/manual/operators/define-struct/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/define-struct/</guid>
      <description>Struct definition form.</description>
    </item>
    <item>
      <title>repr</title>
      <link>https://coalton-lang.github.io/manual/operators/repr/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/repr/</guid>
      <description>Representation attribute for types and structs.</description>
    </item>
    <item>
      <title>monomorphize</title>
      <link>https://coalton-lang.github.io/manual/operators/monomorphize/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/monomorphize/</guid>
      <description>Monomorphization attribute for declarations and definitions.</description>
    </item>
    <item>
      <title>define-expression-macro</title>
      <link>https://coalton-lang.github.io/manual/operators/define-expression-macro/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/define-expression-macro/</guid>
      <description>Define a macro for Coalton expression context.</description>
    </item>
    <item>
      <title>inline</title>
      <link>https://coalton-lang.github.io/manual/operators/inline/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/inline/</guid>
      <description>Inlining attribute and application hint.</description>
    </item>
    <item>
      <title>define-toplevel-macro</title>
      <link>https://coalton-lang.github.io/manual/operators/define-toplevel-macro/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/define-toplevel-macro/</guid>
      <description>Define a macro for Coalton toplevel context.</description>
    </item>
    <item>
      <title>defmacro</title>
      <link>https://coalton-lang.github.io/manual/operators/defmacro/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/defmacro/</guid>
      <description>Compatibility alias for define-expression-macro.</description>
    </item>
    <item>
      <title>define-class</title>
      <link>https://coalton-lang.github.io/manual/operators/define-class/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/define-class/</guid>
      <description>Type class definition form.</description>
    </item>
    <item>
      <title>noinline</title>
      <link>https://coalton-lang.github.io/manual/operators/noinline/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/noinline/</guid>
      <description>Prevent a specific application from being inlined.</description>
    </item>
    <item>
      <title>likely</title>
      <link>https://coalton-lang.github.io/manual/operators/likely/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/likely/</guid>
      <description>Branch-likelihood hint for `Boolean` expressions.</description>
    </item>
    <item>
      <title>define-instance</title>
      <link>https://coalton-lang.github.io/manual/operators/define-instance/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/define-instance/</guid>
      <description>Type class instance definition form.</description>
    </item>
    <item>
      <title>unlikely</title>
      <link>https://coalton-lang.github.io/manual/operators/unlikely/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/unlikely/</guid>
      <description>Branch-likelihood hint for `Boolean` expressions.</description>
    </item>
    <item>
      <title>specialize</title>
      <link>https://coalton-lang.github.io/manual/operators/specialize/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/specialize/</guid>
      <description>Register a specialized implementation for a generic function.</description>
    </item>
    <item>
      <title>the</title>
      <link>https://coalton-lang.github.io/manual/operators/the/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/the/</guid>
      <description>Inline type annotation.</description>
    </item>
    <item>
      <title>unsafe</title>
      <link>https://coalton-lang.github.io/manual/operators/unsafe/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/unsafe/</guid>
      <description>Experimental escape hatch from runtime safety checks.</description>
    </item>
    <item>
      <title>as</title>
      <link>https://coalton-lang.github.io/manual/operators/as/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/as/</guid>
      <description>Total conversion shorthand.</description>
    </item>
    <item>
      <title>try-as</title>
      <link>https://coalton-lang.github.io/manual/operators/try-as/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/try-as/</guid>
      <description>Partial conversion shorthand.</description>
    </item>
    <item>
      <title>unwrap-as</title>
      <link>https://coalton-lang.github.io/manual/operators/unwrap-as/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/unwrap-as/</guid>
      <description>Unchecked conversion shorthand.</description>
    </item>
    <item>
      <title>fn</title>
      <link>https://coalton-lang.github.io/manual/operators/fn/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/fn/</guid>
      <description>Anonymous function form.</description>
    </item>
    <item>
      <title>ƒ</title>
      <link>https://coalton-lang.github.io/manual/operators/short-fn/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/short-fn/</guid>
      <description>Short fn syntax.</description>
    </item>
    <item>
      <title>[]</title>
      <link>https://coalton-lang.github.io/manual/operators/collection-builder/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/collection-builder/</guid>
      <description>Collection builder and collection comprehension syntax.</description>
    </item>
    <item>
      <title>[=&gt;]</title>
      <link>https://coalton-lang.github.io/manual/operators/association-builder/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/association-builder/</guid>
      <description>Association builder and association comprehension syntax.</description>
    </item>
    <item>
      <title>match</title>
      <link>https://coalton-lang.github.io/manual/operators/match/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/match/</guid>
      <description>Pattern matching form.</description>
    </item>
    <item>
      <title>dynamic-bind</title>
      <link>https://coalton-lang.github.io/manual/operators/dynamic-bind/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/dynamic-bind/</guid>
      <description>Dynamically rebind one or more dynamic variables.</description>
    </item>
    <item>
      <title>let</title>
      <link>https://coalton-lang.github.io/manual/operators/let/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/let/</guid>
      <description>Recursive lexical binding form.</description>
    </item>
    <item>
      <title>let*</title>
      <link>https://coalton-lang.github.io/manual/operators/let-star/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/let-star/</guid>
      <description>Sequential lexical binding form.</description>
    </item>
    <item>
      <title>rec</title>
      <link>https://coalton-lang.github.io/manual/operators/rec/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/rec/</guid>
      <description>Named recursion form.</description>
    </item>
    <item>
      <title>lisp</title>
      <link>https://coalton-lang.github.io/manual/operators/lisp/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/lisp/</guid>
      <description>Inline Common Lisp form.</description>
    </item>
    <item>
      <title>values</title>
      <link>https://coalton-lang.github.io/manual/operators/values/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/values/</guid>
      <description>Multiple-values form.</description>
    </item>
    <item>
      <title>if</title>
      <link>https://coalton-lang.github.io/manual/operators/if/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/if/</guid>
      <description>Boolean conditional form.</description>
    </item>
    <item>
      <title>when</title>
      <link>https://coalton-lang.github.io/manual/operators/when/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/when/</guid>
      <description>Conditional sequencing form.</description>
    </item>
    <item>
      <title>unless</title>
      <link>https://coalton-lang.github.io/manual/operators/unless/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/unless/</guid>
      <description>Negated conditional sequencing form.</description>
    </item>
    <item>
      <title>and</title>
      <link>https://coalton-lang.github.io/manual/operators/and/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/and/</guid>
      <description>Short-circuiting conjunction.</description>
    </item>
    <item>
      <title>or</title>
      <link>https://coalton-lang.github.io/manual/operators/or/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/or/</guid>
      <description>Short-circuiting disjunction.</description>
    </item>
    <item>
      <title>cond</title>
      <link>https://coalton-lang.github.io/manual/operators/cond/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/cond/</guid>
      <description>Multi-branch conditional form.</description>
    </item>
    <item>
      <title>progn</title>
      <link>https://coalton-lang.github.io/manual/operators/progn/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/progn/</guid>
      <description>Flattened sequencing form.</description>
    </item>
    <item>
      <title>.&lt;</title>
      <link>https://coalton-lang.github.io/manual/operators/compose-right/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/compose-right/</guid>
      <description>Right-associative composition macro.</description>
    </item>
    <item>
      <title>do</title>
      <link>https://coalton-lang.github.io/manual/operators/do/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/do/</guid>
      <description>Monadic sequencing form.</description>
    </item>
    <item>
      <title>throw</title>
      <link>https://coalton-lang.github.io/manual/operators/throw/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/throw/</guid>
      <description>Signal an exception.</description>
    </item>
    <item>
      <title>catch</title>
      <link>https://coalton-lang.github.io/manual/operators/catch/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/catch/</guid>
      <description>Exception handling expression.</description>
    </item>
    <item>
      <title>return</title>
      <link>https://coalton-lang.github.io/manual/operators/return/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/return/</guid>
      <description>Function return.</description>
    </item>
    <item>
      <title>.&gt;</title>
      <link>https://coalton-lang.github.io/manual/operators/compose-left/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/compose-left/</guid>
      <description>Left-associative composition macro.</description>
    </item>
    <item>
      <title>for</title>
      <link>https://coalton-lang.github.io/manual/operators/for/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/for/</guid>
      <description>Imperative loop form.</description>
    </item>
    <item>
      <title>resumable</title>
      <link>https://coalton-lang.github.io/manual/operators/resumable/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/resumable/</guid>
      <description>Resumption handling expression.</description>
    </item>
    <item>
      <title>resume-to</title>
      <link>https://coalton-lang.github.io/manual/operators/resume-to/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/resume-to/</guid>
      <description>Transfer control to a resumption handler.</description>
    </item>
    <item>
      <title>for*</title>
      <link>https://coalton-lang.github.io/manual/operators/for-star/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/for-star/</guid>
      <description>Sequential imperative loop form.</description>
    </item>
    <item>
      <title>break</title>
      <link>https://coalton-lang.github.io/manual/operators/break/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/break/</guid>
      <description>Loop exit form.</description>
    </item>
    <item>
      <title>continue</title>
      <link>https://coalton-lang.github.io/manual/operators/continue/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/continue/</guid>
      <description>Loop-iteration skip form.</description>
    </item>
    <item>
      <title>type-of</title>
      <link>https://coalton-lang.github.io/manual/operators/type-of/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/type-of/</guid>
      <description>Inspect the inferred type of an expression.</description>
    </item>
    <item>
      <title>kind-of</title>
      <link>https://coalton-lang.github.io/manual/operators/kind-of/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/kind-of/</guid>
      <description>Inspect the kind of a Coalton type constructor.</description>
    </item>
    <item>
      <title>describe-type-of</title>
      <link>https://coalton-lang.github.io/manual/operators/describe-type-of/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/describe-type-of/</guid>
      <description>Print type information for a Coalton value.</description>
    </item>
    <item>
      <title>pipe</title>
      <link>https://coalton-lang.github.io/manual/operators/pipe/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/pipe/</guid>
      <description>Threading macro.</description>
    </item>
    <item>
      <title>describe-type-alias</title>
      <link>https://coalton-lang.github.io/manual/operators/describe-type-alias/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/describe-type-alias/</guid>
      <description>Print the definition behind a type alias.</description>
    </item>
    <item>
      <title>nest</title>
      <link>https://coalton-lang.github.io/manual/operators/nest/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/nest/</guid>
      <description>Nested application macro.</description>
    </item>
    <item>
      <title>set-type-printing-mode</title>
      <link>https://coalton-lang.github.io/manual/operators/set-type-printing-mode/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/set-type-printing-mode/</guid>
      <description>Control how Coalton prints types and aliases.</description>
    </item>
    <item>
      <title>print-specializations</title>
      <link>https://coalton-lang.github.io/manual/operators/print-specializations/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/print-specializations/</guid>
      <description>List registered Coalton function specializations.</description>
    </item>
    <item>
      <title>coalton-codegen</title>
      <link>https://coalton-lang.github.io/manual/operators/coalton-codegen/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/coalton-codegen/</guid>
      <description>Inspect generated Lisp for Coalton forms.</description>
    </item>
    <item>
      <title>coalton-codegen-types</title>
      <link>https://coalton-lang.github.io/manual/operators/coalton-codegen-types/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/coalton-codegen-types/</guid>
      <description>Inspect generated Lisp with host type declarations.</description>
    </item>
    <item>
      <title>coalton-codegen-ast</title>
      <link>https://coalton-lang.github.io/manual/operators/coalton-codegen-ast/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/coalton-codegen-ast/</guid>
      <description>Dump the Coalton AST for generated forms.</description>
    </item>
    <item>
      <title>pprint-coalton-codegen</title>
      <link>https://coalton-lang.github.io/manual/operators/pprint-coalton-codegen/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/pprint-coalton-codegen/</guid>
      <description>Pretty-print generated Lisp for Coalton forms.</description>
    </item>
    <item>
      <title>pprint-coalton-codegen-types</title>
      <link>https://coalton-lang.github.io/manual/operators/pprint-coalton-codegen-types/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/pprint-coalton-codegen-types/</guid>
      <description>Pretty-print typed generated Lisp.</description>
    </item>
    <item>
      <title>pprint-coalton-codegen-ast</title>
      <link>https://coalton-lang.github.io/manual/operators/pprint-coalton-codegen-ast/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/manual/operators/pprint-coalton-codegen-ast/</guid>
      <description>Pretty-print AST inspection output.</description>
    </item>
    <item>
      <title>Introducing mine, a Coalton and Common Lisp IDE</title>
      <link>https://coalton-lang.github.io/20260424-mine/</link>
      <pubDate>Fri, 24 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/20260424-mine/</guid>
      <description>&lt;p&gt;By &lt;a href=&#34;https://twitter.com/stylewarning&#34;&gt;Robert Smith&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;mine&lt;/code&gt; is a brand new IDE for Coalton and Common Lisp, built from the ground up with one purpose: &lt;strong&gt;To make Coalton and Common Lisp easier and more accessible to the programming world.&lt;/strong&gt;&lt;/p&gt;
&lt;center&gt;&lt;em&gt;TL;DR? &lt;a href=&#34;https://coalton-lang.github.io/mine&#34;&gt;Go to mine&#39;s homepage with downloads for Windows/macOS/Linux.&lt;/a&gt;&lt;/em&gt;
&lt;img src=&#34;mine-screenshot.png&#34; alt=&#34;&#34;&gt;
&lt;/center&gt;
&lt;p&gt;&lt;code&gt;mine&lt;/code&gt; is a complete, single-download application that comes with everything needed to experience the interactive and incremental development programming workflow, including hot-reloading and on-the-fly debugging, that Lisp programmers often refer to as &lt;em&gt;the&lt;/em&gt; differentiating feature of the ecosystem. After installing, one can immediately open a file, program some Coalton or Lisp, and beam code to the REPL. On the same token, it has many of the advanced features you&amp;rsquo;d expect in a professional IDE:&lt;/p&gt;</description>
    </item>
    <item>
      <title>A Preview of Coalton 0.2</title>
      <link>https://coalton-lang.github.io/20260312-coalton0p2/</link>
      <pubDate>Thu, 12 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/20260312-coalton0p2/</guid>
      <description>&lt;p&gt;By &lt;a href=&#34;https://twitter.com/stylewarning&#34;&gt;Robert Smith&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Coalton is a statically typed functional programming language that lives inside Common Lisp. It has had an exciting few years. It is being used for industrial purposes, being put to its limits as a production language to build good, reliable, efficient, and robust products. Happily, with Coalton, many products shipped with tremendous success. But as we built these products, we noticed gaps in the language. As such, we&amp;rsquo;re setting the stage for the next tranche of Coalton work, and we&amp;rsquo;re going to preview some of these improvements here, including how Coalton can prove $\sqrt{2+\sqrt{3}} = \sqrt{2}(\sqrt{3}+1)/2$ exactly.&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Using Common Lisp Libraries from Coalton</title>
      <link>https://coalton-lang.github.io/20250812-lisp-libraries/</link>
      <pubDate>Tue, 12 Aug 2025 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/20250812-lisp-libraries/</guid>
      <description>&lt;p&gt;By &lt;a href=&#34;https://twitter.com/stylewarning&#34;&gt;Robert Smith&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;We discuss how we can make an efficient, type-safe interface to existing libraries written in Common Lisp so that they can be used in Coalton code.&lt;/em&gt;&lt;/p&gt;
&lt;div&gt;
    &lt;hr&gt;
    &lt;h2&gt;Table Of Contents&lt;/h2&gt;
    &lt;nav id=&#34;TableOfContents&#34;&gt;
  &lt;ul&gt;
    &lt;li&gt;&lt;a href=&#34;#do-we-even-need-a-library&#34;&gt;Do we even need a library?&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#find-a-library-and-create-a-package&#34;&gt;Find a library and create a package&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#identify-the-rough-api&#34;&gt;Identify the rough API&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#decide-on-a-binding-strategy&#34;&gt;Decide on a binding strategy&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#define-the-types&#34;&gt;Define the types&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#wrap-some-other-constructors&#34;&gt;Wrap some other constructors&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#use-type-classes-when-possible&#34;&gt;Use type classes when possible&lt;/a&gt;
      &lt;ul&gt;
        &lt;li&gt;&lt;a href=&#34;#equality&#34;&gt;Equality&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&#34;#ordering&#34;&gt;Ordering&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&#34;#efficiency&#34;&gt;Efficiency?&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&#34;#other-type-classes&#34;&gt;Other type classes&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#a-more-difficult-example&#34;&gt;A more difficult example&lt;/a&gt;
      &lt;ul&gt;
        &lt;li&gt;&lt;a href=&#34;#argument-order&#34;&gt;Argument order?&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#wrapping-it-up&#34;&gt;Wrapping it up&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#concluding-remarks&#34;&gt;Concluding remarks&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#source-listing&#34;&gt;Source listing&lt;/a&gt;&lt;/li&gt;
  &lt;/ul&gt;
&lt;/nav&gt;
    &lt;hr&gt;
&lt;/div&gt;

&lt;p&gt;One of Coalton&amp;rsquo;s headline features is that it&amp;rsquo;s embedded in Common Lisp, and allows the use of Common Lisp code via the &lt;code&gt;lisp&lt;/code&gt; operator. However, it&amp;rsquo;s not immediately obvious how one can use Common Lisp when Coalton is strongly typed. How do we do it?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Using Coalton to Implement a Quantum Compiler</title>
      <link>https://coalton-lang.github.io/20220906-quantum-compiler/</link>
      <pubDate>Tue, 06 Sep 2022 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/20220906-quantum-compiler/</guid>
      <description>&lt;p&gt;By &lt;a href=&#34;https://github.com/eliaslfox&#34;&gt;Elias Lawson-Fox&lt;/a&gt;, &lt;a href=&#34;https://github.com/aijony&#34;&gt;Aidan Nyquist&lt;/a&gt;, and &lt;a href=&#34;https://twitter.com/stylewarning&#34;&gt;Robert Smith&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Updated July 1, 2025 by Robert Smith.&lt;/em&gt;&lt;/p&gt;
&lt;div&gt;
    &lt;hr&gt;
    &lt;h2&gt;Table Of Contents&lt;/h2&gt;
    &lt;nav id=&#34;TableOfContents&#34;&gt;
  &lt;ul&gt;
    &lt;li&gt;&lt;a href=&#34;#introduction-coalton-and-the-quilc-compiler&#34;&gt;Introduction: Coalton and the quilc compiler&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#towards-a-discrete-set-of-operations-for-quantum-computation&#34;&gt;Towards a discrete set of operations for quantum computation&lt;/a&gt;
      &lt;ul&gt;
        &lt;li&gt;&lt;a href=&#34;#an-approach-to-discrete-compilation-by-ross-and-selinger&#34;&gt;An approach to discrete compilation by Ross and Selinger&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#coaltons-strength-in-implementing-math&#34;&gt;Coalton&amp;rsquo;s strength in implementing math&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#discrete-compilation-in-quilc&#34;&gt;Discrete compilation in quilc&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#inaccuracy-gotchas-and-validating-the-compiler&#34;&gt;Inaccuracy gotchas and validating the compiler&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#conclusion-and-how-to-get-involved&#34;&gt;Conclusion and how to get involved&lt;/a&gt;
      &lt;ul&gt;
        &lt;li&gt;&lt;a href=&#34;#acknowledgements&#34;&gt;Acknowledgements&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/li&gt;
  &lt;/ul&gt;
&lt;/nav&gt;
    &lt;hr&gt;
&lt;/div&gt;

&lt;h2 id=&#34;introduction-coalton-and-the-quilc-compiler&#34;&gt;Introduction: Coalton and the quilc compiler&lt;/h2&gt;
&lt;p&gt;&lt;a href=&#34;https://github.com/quil-lang/quilc&#34;&gt;Quilc&lt;/a&gt; is a state-of-the-art optimizing compiler for quantum computers written in Common Lisp. It is capable of taking arbitrary quantum programs written in &lt;a href=&#34;https://quil-lang.github.io/&#34;&gt;Quil&lt;/a&gt;, and compiling and optimizing them into code that conforms to the majority of quantum computing architectures that exist today.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Numbers in a Nutshell, an Update</title>
      <link>https://coalton-lang.github.io/20220827-numbers/</link>
      <pubDate>Sat, 27 Aug 2022 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/20220827-numbers/</guid>
      <description>&lt;p&gt;By &lt;a href=&#34;https://twitter.com/stylewarning&#34;&gt;Robert Smith&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;We discuss numbers and math in Coalton, as they are so far. Coalton
is under active development, so this blog post may go out of date in
due time.&lt;/em&gt;&lt;/p&gt;
&lt;div&gt;
    &lt;hr&gt;
    &lt;h2&gt;Table Of Contents&lt;/h2&gt;
    &lt;nav id=&#34;TableOfContents&#34;&gt;
  &lt;ul&gt;
    &lt;li&gt;&lt;a href=&#34;#introduction&#34;&gt;Introduction&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#the-concrete-types&#34;&gt;The concrete types&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#rudimentary-classes&#34;&gt;Rudimentary classes&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#arithmetic&#34;&gt;Arithmetic&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#reals-rounding-and-related-classes&#34;&gt;Reals, rounding, and related classes&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#complex-numbers&#34;&gt;Complex numbers&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#powers-roots-and-logs&#34;&gt;Powers, roots, and logs&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#trigonometry&#34;&gt;Trigonometry&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#pi-and-elementary-functions&#34;&gt;$\pi$ and elementary functions&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#big-floats&#34;&gt;Big floats&lt;/a&gt;
      &lt;ul&gt;
        &lt;li&gt;&lt;a href=&#34;#precision-of-big-floats&#34;&gt;Precision of big floats&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/li&gt;
  &lt;/ul&gt;
&lt;/nav&gt;
    &lt;hr&gt;
&lt;/div&gt;

&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Coalton is statically typed, which presents some challenges in how we
work with numbers, both syntactically and semantically. For instance,
consider the following Common Lisp code:&lt;/p&gt;</description>
    </item>
    <item>
      <title>One Reason Typeclasses Are Useful</title>
      <link>https://coalton-lang.github.io/20211212-typeclasses/</link>
      <pubDate>Sun, 12 Dec 2021 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/20211212-typeclasses/</guid>
      <description>&lt;p&gt;By &lt;a href=&#34;https://twitter.com/stylewarning&#34;&gt;Robert Smith&lt;/a&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;em&gt;In this post, we explore one way that typeclasses are useful. We do so by first painting ourselves into a corner while building a toy Common Lisp program, and then seeing how Coalton&amp;rsquo;s typeclasses can ameliorate the issues.&lt;/em&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;a-graphics-library&#34;&gt;A Graphics Library&lt;/h2&gt;
&lt;p&gt;Let&amp;rsquo;s write a graphics library. Or, a tad less ambitiously, let&amp;rsquo;s write some routines for performing transformations on 2D points, which might serve as the foundation of a graphics library. We&amp;rsquo;ll be interested in:&lt;/p&gt;</description>
    </item>
    <item>
      <title>AoC 2021 Coalton Contest</title>
      <link>https://coalton-lang.github.io/20211129-aoc-contest/</link>
      <pubDate>Mon, 29 Nov 2021 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/20211129-aoc-contest/</guid>
      <description>&lt;p&gt;By &lt;a href=&#34;https://twitter.com/stylewarning&#34;&gt;Robert Smith&lt;/a&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;em&gt;Update: The prizes have been matched 1:1 by a donor who wishes to remain anonymous!&lt;/em&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Last &lt;a href=&#34;https://coalton-lang.github.io/20211010-introducing-coalton/&#34;&gt;September&lt;/a&gt; we announced Coalton, a statically typed language that is &amp;ldquo;just&amp;rdquo; another Common Lisp DSL. To our great surprise, there was a lot of excitement and fanfare, which made the development team feel quite honored and proud. It even made &lt;a href=&#34;https://news.ycombinator.com/item?id=28484850&#34;&gt;the top of Hacker News&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;Unsurprisingly, as is the case with many open-source projects, that fanfare lead to little &amp;ldquo;conversion&amp;rdquo;; only a few people actually gave Coalton a shot and provided feedback. We are &lt;em&gt;immensely&lt;/em&gt; thankful to those who did! The good news is that it lead to some good discussion, great PRs, and fantastic internship applications from a wonderful and diverse group of people. We won&amp;rsquo;t be able to accept everyone but I&amp;rsquo;m pleased that there&amp;rsquo;s interest in helping build out the next generation of quantum computational tools using &amp;ldquo;alien technology&amp;rdquo;. :)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Introducing Coalton: How to Have Our (Typed) Cake and (Safely) Eat It Too, in Common Lisp</title>
      <link>https://coalton-lang.github.io/20211010-introducing-coalton/</link>
      <pubDate>Fri, 10 Sep 2021 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/20211010-introducing-coalton/</guid>
      <description>&lt;p&gt;By &lt;a href=&#34;https://twitter.com/stylewarning&#34;&gt;Robert Smith&lt;/a&gt;, &lt;a href=&#34;https://github.com/eliaslfox&#34;&gt;Elias Lawson-Fox&lt;/a&gt;, &lt;a href=&#34;https://github.com/colescott&#34;&gt;Cole Scott&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Updated July 1, 2025 by Robert Smith.&lt;/em&gt;&lt;/p&gt;
&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Coalton is a statically typed functional programming language built with Common Lisp. We can load it like a normal Lisp library.&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;CL-USER&amp;gt; (asdf:load-system &amp;#34;coalton&amp;#34;)
CL-USER&amp;gt; (in-package #:coalton-user)
COALTON-USER&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;This is Coalton computing Fibonacci numbers by exponentiating &lt;em&gt;functions&lt;/em&gt; (not numbers!):&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-lisp&#34; data-lang=&#34;lisp&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;(coalton-toplevel
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  (&lt;span style=&#34;font-weight:bold&#34;&gt;declare&lt;/span&gt; function-power (Integer -&amp;gt; (&lt;span style=&#34;font-style:italic&#34;&gt;:t&lt;/span&gt; -&amp;gt; &lt;span style=&#34;font-style:italic&#34;&gt;:t&lt;/span&gt;) -&amp;gt; (&lt;span style=&#34;font-style:italic&#34;&gt;:t&lt;/span&gt; -&amp;gt; &lt;span style=&#34;font-style:italic&#34;&gt;:t&lt;/span&gt;)))
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  (define (function-power n f)
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    (&lt;span style=&#34;font-weight:bold&#34;&gt;if&lt;/span&gt; (&amp;lt;= n 0)
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;        id
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;        (compose f (function-power (1- n) f))))
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;                
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  (&lt;span style=&#34;font-weight:bold&#34;&gt;declare&lt;/span&gt; fib-step ((Tuple Integer Integer) -&amp;gt; (Tuple Integer Integer)))
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  (define (fib-step (Tuple a b))
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    (Tuple b (+ a b)))
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;                
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  (&lt;span style=&#34;font-weight:bold&#34;&gt;declare&lt;/span&gt; fib (Integer -&amp;gt; Integer))
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  (define (fib n)
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    (fst ((function-power n fib-step) (Tuple 0 1)))))
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;This is Coalton greeting you by making native use of Common Lisp functions:&lt;/p&gt;</description>
    </item>
    <item>
      <title></title>
      <link>https://coalton-lang.github.io/reference/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/reference/</guid>
      <description>The Coalton standard library reference.</description>
    </item>
    <item>
      <title>About</title>
      <link>https://coalton-lang.github.io/about/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://coalton-lang.github.io/about/</guid>
      <description>&lt;p&gt;Coalton is a statically typed, strictly evaluated functional programming language embedded in Common Lisp. It is an open-source project developed by the &lt;a href=&#34;https://www.github.com/coalton-lang&#34;&gt;Coalton Lang&lt;/a&gt; developers.&lt;/p&gt;
&lt;p&gt;Coalton developers can be reached on &lt;a href=&#34;https://github.com/coalton-lang&#34;&gt;GitHub&lt;/a&gt;, via &lt;a href=&#34;https://discord.gg/cPb6Bc4xAH&#34;&gt;Discord&lt;/a&gt;, or via email at:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;&amp;lt;this-project&amp;gt;@protonmail.com
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;where &lt;code&gt;&amp;lt;this-project&amp;gt;&lt;/code&gt; starts with a &lt;code&gt;c&lt;/code&gt; and ends with an &lt;code&gt;n&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
