blob: 5f822c9a90691bc556aa77635da849aa5969a34b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
extends /layout-main.pug
block set_page
- let page = '/'
block page
.container
section
p.larger
| I am a compiler engineer and theoretical linguist.
p
| As a compiler engineer, I develop software that translates high-level source code to machine-readable instructions.
| I have extensive experience developing runtimes for the functional programming language #[a(href='clean.html') Clean],
| as well as optimization passes for embedded C compilers.
p
| As a theoretical linguist, I am broadly interested in what natural language utterances mean, and what this tells us about human cognition.
| I have worked on a variety of phenomena, such as Number, reduplication, prepositional polysemy, and grammaticalization.
| See #[a(href='linguistics.html') the dedicated page] for more details.
|