summaryrefslogtreecommitdiff
path: root/_layouts/computation.html
blob: e4b54db1a5354760548da69d17b5d820ea1d9830 (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
---
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>
    <a href="/ctf">ctf</a>
  </nav>
  <nav>
    <a href="/computation/syntax">syntax</a>
    <a href="/computation/semantics">semantics</a>
    <a href="/computation/compilers">compilers</a>
    <br>
    <a href="/computation/types">types</a>
    <a href="/computation/modules">modules</a>
    <a href="/computation/monads">monads</a>
    <a href="/computation/effects">effects</a>
    <a href="/computation/continuations">continuations</a>
    <br>
    <a href="/computation/lambda-calculus">lambda calculus</a>
    <a href="/computation/memory-management">memory management</a>
    <a href="/computation/networking">networking</a>
    <a href="/computation/paradigms">paradigms</a>
  </nav>
</div>
</header>
<main>
{{ content }}
</main>