rachel.cafe/cv.html

23 lines
1.2 KiB
HTML

---
layout: centered
title: "cv"
---
<h2>projects</h2>
<ul>
<li><a href="https://githug.xyz/rachel/rachel.cafe">this website</a> - The project which never ends.</li>
<li><a href="https://githug.xyz/rachel/pi">pi</a> - An implementation of type-in-type MLTT, with pi, sigma, identity, and natural number types.
<li><a href="https://githug.xyz/rachel/hm">hm</a> - An implementation of a Hindley-Milner type system with non-indexed inductive types. Strictly terminating, other than a hole in the positivity checker.</li>
<li><a href="https://githug.xyz/rachel/kino">kino</a> - A TUI client for browsing movies</li>
<li><a href="https://githug.xyz/rachel/mpdart">mpdart</a> - An album art display for the music player mpd</li>
<li><a href="https://github.com/rachelambda/dbg.h">dbg.h</a> - A C header using macros and C11 generics in order to create greatly informative debug messages.</li>
</ul>
<h2>teaching assistant work</h2>
<table>
<tr><th>Role</th><th>Course</th><th>Duration</th></tr>
<tr><td>Teaching Assistant</td><td>TDA555 - Introduction to functional programming</td><td>2022-08-22 - 2022-11-04</td></tr>
<tr><td>Teaching Assistant</td><td>TDA555 - Introduction to functional programming</td><td>2023-08-22 - 2023-11-04</td></tr>
</table>