<divid="resume">I'm looking for work. If you're interested in hiring me, <ahref="/resume">here's my resume.</a></div>
<divid="resume">I'm looking for work. If you're interested in hiring me, <ahref="/resume">here's my resume</a>.</div>
<spanid="accounts">Contact me:</span>
@ -25,17 +25,9 @@ permalink: /
<spanid="projects">Stuff I'm working on right now:</span>
<ul>
<li><ahref="https://github.com/jamestmartin/lambda-calculus">lambda-calculus</a>: A simple programming language derived from the lambda calculus with `callcc` and Hindley-Milner type inference. <small>(Much more in-progress.)</small>
<li><ahref="https://github.com/jamestmartin/halley-kart">halley-kart</a>: A kart racing game with a custom engine. <small>(There's not much to see here yet; I will announce more about the project once it is more complete.)</small>
<li><ahref="https://github.com/jamestmartin/monoids-in-the-category-of-endofunctors">monoids in the category of endofunctors</a>: Category theory, recursion schemes, and dependent types, to satisfy my <ahref="https://personal.cis.strath.ac.uk/conor.mcbride/pub/hasochism.pdf">hasochistic</a> urges.
</ul>
<spanid="inactive-projects">Stuff I work on from time to time:</span>
<ul>
<li><ahref="https://github.com/jamestmartin/bootproof">bootproof</a>: An x86_64 UEFI OS written from scratch in Rust.
<li><ahref="https://github.com/jamestmartin/wasteland">wasteland</a>: A post-nuclear zombie apocalypse Minecraft server with custom worldgen, radiation, spawns, etc.
<small>(I'm sick of Minecraft but the original project was a huge part of my life and I can't stop revisiting it.)</small>
<li><ahref="https://github.com/ivolang/ivo-assembler">iva</a>: A single-pass x86_64 ELF assembler for use by compiler backends.
<li><ahref="https://github.com/ivolang/ivo">ivo</a>: A programming language for exploring interesting P.L. features.
<li><ahref="https://github.com/jamestmartin/bootproof">bootproof</a>: An x86_64 UEFI operating system.