summaryrefslogtreecommitdiff
path: root/plt/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'plt/index.md')
-rw-r--r--plt/index.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/plt/index.md b/plt/index.md
index 8cd6a05..2f5da20 100644
--- a/plt/index.md
+++ b/plt/index.md
@@ -3,4 +3,30 @@ layout: plt
title: programming language theory
---
+<br>
+<br>
+<br>
+<br>
+<br>
+
# programming language theory
+
+constructs
+- [types](types)
+- [continuations](continuations)
+- [effects](effects)
+- [modules](modules)
+- monads
+
+formalisms
+- syntax
+- semantics
+- formal verification
+- paradigms
+
+computation
+- propositions as types
+- [the lambda calculus](lambda-calculus)
+- turing machines
+- [interaction nets](interaction-nets)
+- combinators