summaryrefslogtreecommitdiff
path: root/_layouts/plt.html
blob: 463950c1451b5073b80d99791f4ed2e009377808 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
layout: default
---
<header>
<h1>
  <a href="https://apropos.codes">apropos</a>
</h1>
<div>
  <nav>
    <a href="/mathematics">mathematics</a>
    <a href="/linguistics">linguistics</a>
    <b><a href="/computation">computation</a></b>
  </nav>
  <nav>
    <a href="/ctf">ctf</a>
    <b><a href="/plt">plt</a></b>
    <a href="/web">web</a>
  </nav>
  <nav>
    <a href="/plt/compilers">compilers</a>
    <a href="/plt/syntax">syntax</a>
    <a href="/plt/semantics">semantics</a>
    <a href="/plt/pragmatics">pragmatics</a>
    <br>
    <a href="/plt/types">types</a>
    <a href="/plt/modules">modules</a>
    <a href="/plt/monads">monads</a>
    <a href="/plt/continuations">continuations</a>
    <a href="/plt/effects">effects</a>
    <br>
    <a href="/plt/lambda-calculus">lambda calculus</a>
    <a href="/plt/memory-management">memory management</a>
    <a href="/plt/paradigms">paradigms</a>
    <a href="/plt/patterns">patterns</a>
    <a href="/plt/written-language">written-language</a>
  </nav>
</div>
</header>
<main>
{{ content }}
</main>