Semantic Domain
Monday, June 8, 2026
QTCat: Queer and Trans People in Category Theory
›
I just saw a poster for the QTCat workshop, which is a workshop for queer and trans people in category theory, which is being held this Aug...
Wednesday, May 13, 2026
Bidirectional Typechecking That Does Not Stop
›
I’ve been implementing a new language, and one of the things I have been doing is implementing a language server for the first time. ...
1 comment:
Thursday, January 2, 2025
Finally...
›
...it's Rocq, and no longer Coq!
Monday, December 16, 2024
How to Read Papers
›
One of the key skills for any academic researcher is reading other peoples' papers. The trouble is that our peers write papers faster th...
1 comment:
Friday, October 13, 2023
The Ackermann-Péter Function in Gödel's T
›
The Ackermann-Péter function is defined as: A : ℕ × ℕ → ℕ A ( 0 , n) = n + 1 A (m + 1 , 0 ) = A (m, 1 ) A (m + 1 , n + 1 ) =...
1 comment:
Thursday, September 21, 2023
Actually, We Will Read Your Thesis
›
One of the weirder (and wronger) bits of "folk wisdom" surrounding the PhD is that no one reads PhD dissertations. If you look onl...
Friday, July 21, 2023
Linear-time parser combinators
›
My birthday just passed, and to relax I wrote a parser combinator library. Over the last few years, I have worked quite a bit with Ni...
9 comments:
›
Home
View web version